Skip to content

Commit 3083f1a

Browse files
author
Ron
authored
Merge pull request #1715 from MikeRalphson/specext-oas
Note that specification extensions beginning x-oas- are reserved
2 parents 77f86eb + eb92123 commit 3083f1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

versions/3.1.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3379,7 +3379,7 @@ The extensions properties are implemented as patterned fields that are always pr
33793379

33803380
Field Pattern | Type | Description
33813381
---|:---:|---
3382-
<a name="infoExtensions"></a>^x- | Any | Allows extensions to the OpenAPI Schema. The field name MUST begin with `x-`, for example, `x-internal-id`. The value can be `null`, a primitive, an array or an object. Can have any valid JSON format value.
3382+
<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.
33833383

33843384
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).
33853385

0 commit comments

Comments
 (0)