Hi all,
There is a single occurrence of JSON reference words withing the 3.1.0 spec:
Note that in the use of operationRef, the escaped forward-slash is necessary when using JSON references.
https://github.com/OAI/OpenAPI-Specification/blob/main/versions/3.1.0.md#operationref-examples
This might be confusing, as it's not clear what JSON references really means here. I assume it is refereing to https://datatracker.ietf.org/doc/html/draft-pbryan-zyp-json-ref-03, but I'm not really sure.
IMHO it would be more appropriate to have following sentence:
Note that in the use of operationRef, the escaped forward-slash is necessary when using JSON Pointer in fragment identifier part of the URI
...and have JSON Pointer link to JSON Pointer specification.
Hi all,
There is a single occurrence of
JSON referencewords withing the 3.1.0 spec:https://github.com/OAI/OpenAPI-Specification/blob/main/versions/3.1.0.md#operationref-examples
This might be confusing, as it's not clear what JSON references really means here. I assume it is refereing to https://datatracker.ietf.org/doc/html/draft-pbryan-zyp-json-ref-03, but I'm not really sure.
IMHO it would be more appropriate to have following sentence:
...and have JSON Pointer link to JSON Pointer specification.