File tree Expand file tree Collapse file tree 5 files changed +15
-15
lines changed Expand file tree Collapse file tree 5 files changed +15
-15
lines changed 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
2
2
$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
4
4
type : object
5
5
required :
6
6
- 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
2
2
$schema : https://json-schema.org/draft/2020-12/schema
3
3
4
4
title : 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
6
6
7
7
$dynamicAnchor : meta
8
8
@@ -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
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
2
2
$schema : https://json-schema.org/draft/2020-12/schema
3
3
4
- title : OAS Base vocabulary
4
+ title : OAS Base Vocabulary
5
5
description : A JSON Schema Vocabulary used in the OpenAPI Schema Dialect
6
6
7
7
$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 '
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, 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
5
5
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 '
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/base'
13
+ const : ' https://spec.openapis.org/oas/3.1/dialect/base/WORK-IN-PROGRESS '
14
14
15
15
schema :
16
16
$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 '
18
18
properties :
19
19
$schema :
20
20
$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 '
2
2
$schema : ' https://json-schema.org/draft/2020-12/schema'
3
3
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
5
5
6
6
type : object
7
7
properties :
@@ -13,7 +13,7 @@ properties:
13
13
jsonSchemaDialect :
14
14
type : string
15
15
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 '
17
17
servers :
18
18
type : array
19
19
items :
You can’t perform that action at this time.
0 commit comments