-
Notifications
You must be signed in to change notification settings - Fork 9.1k
v3.2-dev: update from dev #4706
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
But don't count standard JSON Schema keywords.
There needs to be a local `$dynamicAnchor`, but it is never actually evaluated.
Co-authored-by: Ralf Handl <[email protected]>
Co-authored-by: Ralf Handl <[email protected]>
Since we are testing with a placeholder, we need to match the placeholder. This will unfortunately need to be different on each new release line branch, so let's separate this test case into its own file.
Co-authored-by: Ralf Handl <[email protected]>
Use full schema (schema-base.yaml) in schema.test.mjs
Use full schema (schema-base.yaml) for coverage
dev: update from main
Fix typos
dev: update from main
}); | ||
|
||
defineVocabulary( | ||
"https://spec.openapis.org/oas/3.1/vocab/base", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"https://spec.openapis.org/oas/3.1/vocab/base", | |
"https://spec.openapis.org/oas/3.2/vocab/base", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If I commit that to dev
, it will be propagated to v3.1-dev
@@ -0,0 +1,15 @@ | |||
openapi: 3.1.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
openapi: 3.1.0 | |
openapi: 3.2.0 |
license: | ||
name: Apache 2.0 | ||
identifier: Apache-2.0 | ||
jsonSchemaDialect: https://spec.openapis.org/oas/3.1/dialect/WORK-IN-PROGRESS |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
jsonSchemaDialect: https://spec.openapis.org/oas/3.1/dialect/WORK-IN-PROGRESS | |
jsonSchemaDialect: https://spec.openapis.org/oas/3.2/dialect/WORK-IN-PROGRESS |
schemas: | ||
WithDollarSchema: | ||
$id: "locked-metaschema" | ||
$schema: https://spec.openapis.org/oas/3.1/dialect/WORK-IN-PROGRESS |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
$schema: https://spec.openapis.org/oas/3.1/dialect/WORK-IN-PROGRESS | |
$schema: https://spec.openapis.org/oas/3.2/dialect/WORK-IN-PROGRESS |
See #4710 instead. |
Merge
dev
intov3.2-dev
.