-
-
Notifications
You must be signed in to change notification settings - Fork 343
Description
Describe the inspiration for your proposal
I noticed that OpenAPI references some expired Internet Draft for json-schema.
https://github.com/OAI/OpenAPI-Specification/blob/main/versions/3.1.0.md#data-types
I have not found a place OpenAPI could link to. Neither on json-schema.org nor on this github repo.
Describe the proposal
Please consider creating a github action that calls xml2rfc and creates the spec and then publishes the files to e.g. github pages or somewhere else.
I wished json-schema.org did something like https://github.com/ietf-tools/xml2rfc/blob/main/.github/workflows/docs-publish.yml . That is, use github actions to run xml2rfc and then publish the result(s). Either on github pages, or on json-schema.org or as a github release.
Then there would be a file (txt, html, ...) for each version of the "standard" and could link to the version OpenAPI needs.
There seems to be something similar https://github.com/json-schema-org/json-schema-spec/actions in ci.yml but the artififacts are not "published".
If those "standards" are then published as IETF RFC, then all the better. But that is extra work.
Describe alternatives you've considered
No response
Additional context
No response