File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
- $id : https://spec.openapis.org/oas/3.1/dialect/base/ WORK-IN-PROGRESS
1
+ $id : https://spec.openapis.org/oas/3.1/dialect/WORK-IN-PROGRESS
2
2
$schema : https://json-schema.org/draft/2020-12/schema
3
3
4
4
title : OpenAPI 3.1 Schema Object Dialect
@@ -18,4 +18,4 @@ $vocabulary:
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/base/ WORK-IN-PROGRESS
21
+ - $ref : https://spec.openapis.org/oas/3.1/meta/WORK-IN-PROGRESS
Original file line number Diff line number Diff line change 1
- $id : https://spec.openapis.org/oas/3.1/meta/base/ WORK-IN-PROGRESS
1
+ $id : https://spec.openapis.org/oas/3.1/meta/WORK-IN-PROGRESS
2
2
$schema : https://json-schema.org/draft/2020-12/schema
3
3
4
4
title : OAS Base Vocabulary
Original file line number Diff line number Diff line change @@ -10,11 +10,11 @@ properties:
10
10
11
11
$defs :
12
12
dialect :
13
- const : ' https://spec.openapis.org/oas/3.1/dialect/base/ WORK-IN-PROGRESS'
13
+ const : ' https://spec.openapis.org/oas/3.1/dialect/WORK-IN-PROGRESS'
14
14
15
15
schema :
16
16
$dynamicAnchor : meta
17
- $ref : ' https://spec.openapis.org/oas/3.1/dialect/base/ WORK-IN-PROGRESS'
17
+ $ref : ' https://spec.openapis.org/oas/3.1/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