Skip to content

Commit 92e11ec

Browse files
committed
Bump spec version in schema files
1 parent 00d4de1 commit 92e11ec

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

src/schemas/validation/dialect.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
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
22
$schema: https://json-schema.org/draft/2020-12/schema
33

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
66

77
$dynamicAnchor: meta
88

@@ -14,8 +14,8 @@ $vocabulary:
1414
https://json-schema.org/draft/2020-12/vocab/meta-data: true
1515
https://json-schema.org/draft/2020-12/vocab/unevaluated: true
1616
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
1818

1919
allOf:
2020
- $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

src/schemas/validation/meta.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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
22
$schema: https://json-schema.org/draft/2020-12/schema
33

44
title: OAS Base Vocabulary
@@ -7,7 +7,7 @@ description: A JSON Schema Vocabulary used in the OpenAPI Schema Dialect
77
$dynamicAnchor: meta
88

99
$vocabulary:
10-
https://spec.openapis.org/oas/3.1/vocab/base: true
10+
https://spec.openapis.org/oas/3.2/vocab/base: true
1111

1212
type:
1313
- object
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
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'
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
4+
description: The description of OpenAPI v3.2.x Documents using the OpenAPI JSON Schema dialect
55

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'
77
properties:
88
jsonSchemaDialect:
99
$ref: '#/$defs/dialect'
1010

1111
$defs:
1212
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'
1414

1515
schema:
1616
$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'
1818
properties:
1919
$schema:
2020
$ref: '#/$defs/dialect'

0 commit comments

Comments
 (0)