Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 9.2k
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
Uh oh!
There was an error while loading. Please reload this page.
Changes from all commits
3a0fb3d0fadf2ef66d94cd986f8820eec3a8136caa3a0a0250c75419835059fb862c2efec632d3b6551c1873c23eee4d20File filter
Filter by extension
Conversations
Uh oh!
There was an error while loading. Please reload this page.
Jump to
Uh oh!
There was an error while loading. Please reload this page.
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
| @@ -0,0 +1,15 @@ | ||||||
| openapi: 3.1.0 | ||||||
Member There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
| ||||||
| info: | ||||||
| summary: Testing jsonSchemaDialect | ||||||
| title: My API | ||||||
| version: 1.0.0 | ||||||
| license: | ||||||
| name: Apache 2.0 | ||||||
| identifier: Apache-2.0 | ||||||
| jsonSchemaDialect: https://spec.openapis.org/oas/3.1/dialect/WORK-IN-PROGRESS | ||||||
Member There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
| ||||||
| components: | ||||||
| schemas: | ||||||
| WithDollarSchema: | ||||||
| $id: "locked-metaschema" | ||||||
| $schema: https://spec.openapis.org/oas/3.1/dialect/WORK-IN-PROGRESS | ||||||
Member There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
| ||||||
| paths: {} | ||||||
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.
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 tov3.1-dev