Skip to content

Commit b6cc33f

Browse files
authored
Merge pull request #5051 from valerii15298/patch-5
Revise URI format for OpenAPI Schema Object dialect
2 parents 12d87a5 + e409510 commit b6cc33f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/oas.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2775,7 +2775,7 @@ Where JSON Schema indicates that behavior is defined by the application (e.g. fo
27752775

27762776
The OpenAPI Schema Object [dialect](https://tools.ietf.org/html/draft-bhutton-json-schema-00#section-4.3.3) is defined as requiring the [OAS base vocabulary](#base-vocabulary), in addition to the vocabularies as specified in the JSON Schema Specification Draft 2020-12 [general purpose meta-schema](https://tools.ietf.org/html/draft-bhutton-json-schema-00#section-8).
27772777

2778-
The OpenAPI Schema Object dialect for this version of the specification is identified by the URI `https://spec.openapis.org/oas/3.1/dialect/base` (the <a name="dialect-schema-id"></a>"OAS dialect schema id").
2778+
The OpenAPI Schema Object dialect for this version of the specification is identified by the URI of the form `https://spec.openapis.org/oas/3.1/dialect/YYYY-MM-DD` (the <a name="dialect-schema-id"></a>"OAS dialect schema id" -- see [the list of current schemas](https://spec.openapis.org/oas/) for the specific URI).
27792779

27802780
The following keywords are taken from the JSON Schema specification but their definitions have been extended by the OAS:
27812781

0 commit comments

Comments
 (0)