-
Notifications
You must be signed in to change notification settings - Fork 9.2k
Description
OpenAPI specifications link to json-schema specification in e.g.
https://github.com/OAI/OpenAPI-Specification/blob/main/versions/3.1.0.md#data-types
https://github.com/OAI/OpenAPI-Specification/blob/v3.2.0-dev/versions/3.1.0.md#data-types
The links point to an expired IETF draft https://tools.ietf.org/html/draft-bhutton-json-schema-00#section-4.2.1
which has an update to -01 which is also expired.
https://datatracker.ietf.org/doc/html/draft-bhutton-json-schema-01
Maybe update OpenAPI specs to link to https://github.com/json-schema-org/json-schema-spec/tree/2020-12 ?
Maybe update to a newer version of json-schema?
I saw that @handrews is a contributor to https://github.com/json-schema-org/json-schema-spec/tree/draft-07 and runs https://modern-json-schema.com/
I assume you have a recommendation to which link to change the link in OpenAPI spec?
I am willing to create a PR if a better link is proposed. To which OpenAPI version should that PR go?