Skip to content

Commit 492b9cc

Browse files
committed
schemas: WORK-IN-PROGRESS placeholders, terminology
* Replace all dates with WORK-IN-PROGRESS * Append a date segement (as WORK-IN-PROGRESS) where missing * Adjust refs and other fields to WORK-IN-PROGRESS * Remove mention of specific patch releases * Use capital-D Document and Description according to new rules
1 parent 37e4ef0 commit 492b9cc

File tree

5 files changed

+15
-15
lines changed

5 files changed

+15
-15
lines changed

schemas/v3.0/schema.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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
44
type: object
55
required:
66
- openapi

schemas/v3.1/dialect/base.schema.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
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

44
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
66

77
$dynamicAnchor: meta
88

@@ -18,4 +18,4 @@ $vocabulary:
1818

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

schemas/v3.1/meta/base.schema.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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
55
description: A JSON Schema Vocabulary used in the OpenAPI Schema Dialect
66

77
$dynamicAnchor: meta

schemas/v3.1/schema-base.yaml

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/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'
77
properties:
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'

schemas/v3.1/schema.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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

66
type: object
77
properties:
@@ -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:

0 commit comments

Comments
 (0)