From a119df24035648ef493ba814a4ec9abc87fa59eb Mon Sep 17 00:00:00 2001 From: Valerii Petryniak <44531564+valerii15298@users.noreply.github.com> Date: Thu, 25 Sep 2025 16:39:41 +0300 Subject: [PATCH 1/2] Fix dialect link from 3.1 to 3.2 --- src/oas.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/oas.md b/src/oas.md index a2ee377c86..d0f909ecc8 100644 --- a/src/oas.md +++ b/src/oas.md @@ -2976,7 +2976,7 @@ Where JSON Schema indicates that behavior is defined by the application (e.g. fo The OpenAPI Schema Object [dialect](https://www.ietf.org/archive/id/draft-bhutton-json-schema-01.html#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://www.ietf.org/archive/id/draft-bhutton-json-schema-01.html#section-8). -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 "OAS dialect schema id"). +The OpenAPI Schema Object dialect for this version of the specification is identified by the URI `https://spec.openapis.org/oas/3.2/dialect/YYYY-MM-DD` (the "OAS dialect schema id"). The following keywords are taken from the JSON Schema specification but their definitions have been extended by the OAS: From eba740dc829042eb4370e2da0925fb4061fc6c07 Mon Sep 17 00:00:00 2001 From: Valerii Petryniak <44531564+valerii15298@users.noreply.github.com> Date: Sat, 27 Sep 2025 00:29:14 +0300 Subject: [PATCH 2/2] Update oas.md Co-authored-by: Karen Etheridge --- src/oas.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/oas.md b/src/oas.md index d0f909ecc8..771982432d 100644 --- a/src/oas.md +++ b/src/oas.md @@ -2976,7 +2976,7 @@ Where JSON Schema indicates that behavior is defined by the application (e.g. fo The OpenAPI Schema Object [dialect](https://www.ietf.org/archive/id/draft-bhutton-json-schema-01.html#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://www.ietf.org/archive/id/draft-bhutton-json-schema-01.html#section-8). -The OpenAPI Schema Object dialect for this version of the specification is identified by the URI `https://spec.openapis.org/oas/3.2/dialect/YYYY-MM-DD` (the "OAS dialect schema id"). +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.2/dialect/YYYY-MM-DD` (the "OAS dialect schema id" -- see [the list of current schemas](https://spec.openapis.org/oas/) for the specific URI). The following keywords are taken from the JSON Schema specification but their definitions have been extended by the OAS: