File tree Expand file tree Collapse file tree 3 files changed +12
-12
lines changed Expand file tree Collapse file tree 3 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 1
- $id : https://spec.openapis.org/oas/3.1 /dialect/WORK-IN-PROGRESS
1
+ $id : https://spec.openapis.org/oas/3.2 /dialect/WORK-IN-PROGRESS
2
2
$schema : https://json-schema.org/draft/2020-12/schema
3
3
4
- title : OpenAPI 3.1 Schema Object Dialect
5
- description : A JSON Schema dialect describing schemas found in OpenAPI v3.1 Descriptions
4
+ title : OpenAPI 3.2 Schema Object Dialect
5
+ description : A JSON Schema dialect describing schemas found in OpenAPI v3.2.x Descriptions
6
6
7
7
$dynamicAnchor : meta
8
8
@@ -14,8 +14,8 @@ $vocabulary:
14
14
https://json-schema.org/draft/2020-12/vocab/meta-data : true
15
15
https://json-schema.org/draft/2020-12/vocab/unevaluated : true
16
16
https://json-schema.org/draft/2020-12/vocab/validation : true
17
- https://spec.openapis.org/oas/3.1 /vocab/base : false
17
+ https://spec.openapis.org/oas/3.2 /vocab/base : false
18
18
19
19
allOf :
20
20
- $ref : https://json-schema.org/draft/2020-12/schema
21
- - $ref : https://spec.openapis.org/oas/3.1 /meta/WORK-IN-PROGRESS
21
+ - $ref : https://spec.openapis.org/oas/3.2 /meta/WORK-IN-PROGRESS
Original file line number Diff line number Diff line change 1
- $id : https://spec.openapis.org/oas/3.1 /meta/WORK-IN-PROGRESS
1
+ $id : https://spec.openapis.org/oas/3.2 /meta/WORK-IN-PROGRESS
2
2
$schema : https://json-schema.org/draft/2020-12/schema
3
3
4
4
title : OAS Base Vocabulary
@@ -7,7 +7,7 @@ description: A JSON Schema Vocabulary used in the OpenAPI Schema Dialect
7
7
$dynamicAnchor : meta
8
8
9
9
$vocabulary :
10
- https://spec.openapis.org/oas/3.1 /vocab/base : true
10
+ https://spec.openapis.org/oas/3.2 /vocab/base : true
11
11
12
12
type :
13
13
- object
Original file line number Diff line number Diff line change 1
- $id : ' https://spec.openapis.org/oas/3.1 /schema-base/WORK-IN-PROGRESS'
1
+ $id : ' https://spec.openapis.org/oas/3.2 /schema-base/WORK-IN-PROGRESS'
2
2
$schema : ' https://json-schema.org/draft/2020-12/schema'
3
3
4
- description : The description of OpenAPI v3.1 .x Documents using the OpenAPI JSON Schema dialect
4
+ description : The description of OpenAPI v3.2 .x Documents using the OpenAPI JSON Schema dialect
5
5
6
- $ref : ' https://spec.openapis.org/oas/3.1 /schema/WORK-IN-PROGRESS'
6
+ $ref : ' https://spec.openapis.org/oas/3.2 /schema/WORK-IN-PROGRESS'
7
7
properties :
8
8
jsonSchemaDialect :
9
9
$ref : ' #/$defs/dialect'
10
10
11
11
$defs :
12
12
dialect :
13
- const : ' https://spec.openapis.org/oas/3.1 /dialect/WORK-IN-PROGRESS'
13
+ const : ' https://spec.openapis.org/oas/3.2 /dialect/WORK-IN-PROGRESS'
14
14
15
15
schema :
16
16
$dynamicAnchor : meta
17
- $ref : ' https://spec.openapis.org/oas/3.1 /dialect/WORK-IN-PROGRESS'
17
+ $ref : ' https://spec.openapis.org/oas/3.2 /dialect/WORK-IN-PROGRESS'
18
18
properties :
19
19
$schema :
20
20
$ref : ' #/$defs/dialect'
You can’t perform that action at this time.
0 commit comments