File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- id : https://spec.openapis.org/oas/3.0/schema/2021-09-28
1+ id : https://spec.openapis.org/oas/3.0/schema/WORK-IN-PROGRESS
22$schema : http://json-schema.org/draft-04/schema#
3- description : The description of OpenAPI v3.0.x documents, as defined by https://spec.openapis.org/oas/v3.0.3
3+ description : The description of OpenAPI v3.0.x Documents
44type : object
55required :
66 - openapi
Original file line number Diff line number Diff line change 1- $id : https://spec.openapis.org/oas/3.1/dialect/base
1+ $id : https://spec.openapis.org/oas/3.1/dialect/base/WORK-IN-PROGRESS
22$schema : https://json-schema.org/draft/2020-12/schema
33
44title : OpenAPI 3.1 Schema Object Dialect
5- description : A JSON Schema dialect describing schemas found in OpenAPI documents
5+ description : A JSON Schema dialect describing schemas found in OpenAPI v3.1 Descriptions
66
77$dynamicAnchor : meta
88
@@ -18,4 +18,4 @@ $vocabulary:
1818
1919allOf :
2020 - $ref : https://json-schema.org/draft/2020-12/schema
21- - $ref : https://spec.openapis.org/oas/3.1/meta/base
21+ - $ref : https://spec.openapis.org/oas/3.1/meta/base/WORK-IN-PROGRESS
Original file line number Diff line number Diff line change 1- $id : https://spec.openapis.org/oas/3.1/meta/base
1+ $id : https://spec.openapis.org/oas/3.1/meta/base/WORK-IN-PROGRESS
22$schema : https://json-schema.org/draft/2020-12/schema
33
4- title : OAS Base vocabulary
4+ title : OAS Base Vocabulary
55description : A JSON Schema Vocabulary used in the OpenAPI Schema Dialect
66
77$dynamicAnchor : meta
Original file line number Diff line number Diff line change 1- $id : ' https://spec.openapis.org/oas/3.1/schema-base/2022-10-07 '
1+ $id : ' https://spec.openapis.org/oas/3.1/schema-base/WORK-IN-PROGRESS '
22$schema : ' https://json-schema.org/draft/2020-12/schema'
33
4- description : The description of OpenAPI v3.1.x documents using the OpenAPI JSON Schema dialect, as defined by https://spec.openapis.org/oas/v3.1.0
4+ description : The description of OpenAPI v3.1.x Documents using the OpenAPI JSON Schema dialect
55
6- $ref : ' https://spec.openapis.org/oas/3.1/schema/2022-10-07 '
6+ $ref : ' https://spec.openapis.org/oas/3.1/schema/WORK-IN-PROGRESS '
77properties :
88 jsonSchemaDialect :
99 $ref : ' #/$defs/dialect'
1010
1111$defs :
1212 dialect :
13- const : ' https://spec.openapis.org/oas/3.1/dialect/base'
13+ const : ' https://spec.openapis.org/oas/3.1/dialect/base/WORK-IN-PROGRESS '
1414
1515 schema :
1616 $dynamicAnchor : meta
17- $ref : ' https://spec.openapis.org/oas/3.1/dialect/base'
17+ $ref : ' https://spec.openapis.org/oas/3.1/dialect/base/WORK-IN-PROGRESS '
1818 properties :
1919 $schema :
2020 $ref : ' #/$defs/dialect'
Original file line number Diff line number Diff line change 1- $id : ' https://spec.openapis.org/oas/3.1/schema/2022-10-07 '
1+ $id : ' https://spec.openapis.org/oas/3.1/schema/WORK-IN-PROGRESS '
22$schema : ' https://json-schema.org/draft/2020-12/schema'
33
4- description : The description of OpenAPI v3.1.x documents without schema validation, as defined by https://spec.openapis.org/oas/v3.1.0
4+ description : The description of OpenAPI v3.1.x Documents without Schema Object validation
55
66type : object
77properties :
@@ -13,7 +13,7 @@ properties:
1313 jsonSchemaDialect :
1414 type : string
1515 format : uri
16- default : ' https://spec.openapis.org/oas/3.1/dialect/base'
16+ default : ' https://spec.openapis.org/oas/3.1/dialect/base/WORK-IN-PROGRESS '
1717 servers :
1818 type : array
1919 items :
You can’t perform that action at this time.
0 commit comments