From 5e48cd6c3ecc68abff61bd03cdaa31897f691b33 Mon Sep 17 00:00:00 2001 From: Mike Ralphson Date: Thu, 4 Jun 2020 13:06:30 +0100 Subject: [PATCH 1/2] x-oas- to x-oai- (v3.1.0-dev) --- versions/3.1.0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/versions/3.1.0.md b/versions/3.1.0.md index 41d0b73ea1..571fd46e5e 100644 --- a/versions/3.1.0.md +++ b/versions/3.1.0.md @@ -3398,7 +3398,7 @@ The extensions properties are implemented as patterned fields that are always pr Field Pattern | Type | Description ---|:---:|--- -^x- | Any | Allows extensions to the OpenAPI Schema. The field name MUST begin with `x-`, for example, `x-internal-id`. Field names beginning `x-oas-` are reserved for uses defined by the [OpenAPI Initiative](https://www.openapis.org/). The value can be `null`, a primitive, an array or an object. Can have any valid JSON format value. +^x- | Any | Allows extensions to the OpenAPI Schema. The field name MUST begin with `x-`, for example, `x-internal-id`. Field names beginning `x-oai-` are reserved for uses defined by the [OpenAPI Initiative](https://www.openapis.org/). The value can be `null`, a primitive, an array or an object. The extensions may or may not be supported by the available tooling, but those may be extended as well to add requested support (if tools are internal or open-sourced). From f997bcadd2d10466f49bd97ab6e0587daec1dcd5 Mon Sep 17 00:00:00 2001 From: Mike Ralphson Date: Thu, 27 Aug 2020 14:20:12 +0100 Subject: [PATCH 2/2] x-oai- / x-oas-; reserve both --- versions/3.1.0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/versions/3.1.0.md b/versions/3.1.0.md index 571fd46e5e..7c821c9743 100644 --- a/versions/3.1.0.md +++ b/versions/3.1.0.md @@ -3398,7 +3398,7 @@ The extensions properties are implemented as patterned fields that are always pr Field Pattern | Type | Description ---|:---:|--- -^x- | Any | Allows extensions to the OpenAPI Schema. The field name MUST begin with `x-`, for example, `x-internal-id`. Field names beginning `x-oai-` are reserved for uses defined by the [OpenAPI Initiative](https://www.openapis.org/). The value can be `null`, a primitive, an array or an object. +^x- | Any | Allows extensions to the OpenAPI Schema. The field name MUST begin with `x-`, for example, `x-internal-id`. Field names beginning `x-oai-` and `x-oas-` are reserved for uses defined by the [OpenAPI Initiative](https://www.openapis.org/). The value can be `null`, a primitive, an array or an object. The extensions may or may not be supported by the available tooling, but those may be extended as well to add requested support (if tools are internal or open-sourced).