Skip to content

Commit a1bdb38

Browse files
authored
Merge pull request #2256 from MikeRalphson/oai-prefix-31
[v3.1.0-dev] reserve both x-oas- and x-oai- prefixes
2 parents 2f1e906 + f997bca commit a1bdb38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

versions/3.1.0.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3403,7 +3403,7 @@ The extensions properties are implemented as patterned fields that are always pr
34033403

34043404
Field Pattern | Type | Description
34053405
---|:---:|---
3406-
<a name="infoExtensions"></a>^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.
3406+
<a name="infoExtensions"></a>^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.
34073407

34083408
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).
34093409

0 commit comments

Comments
 (0)