OpenAPI-Specification
OpenAPI-Specification copied to clipboard
The OpenAPI Specification Repository
* Fixes #3730 (which consolidated at least two other issues/discussions) These formats can easily be modeled as if they were JSON arrays, with fairly minimal new tooling requirements. As documented...
Fixes #3693 Quick fix for respec build script: - use pinned version of `MAINTAINERS.md` for all 3.x specs TODO: - [x] use nearest version of `MAINTAINERS.md` for each 3.x spec...
As noted in Slack discussions, there is no formal specification for where variables can appear in server URL templates and path templates. There does not seem to be any reason...
Over time the formatting on our key documents has become inconsistent in terms of spacing and quotes, etc. Add a tool to our build process for pull requests and the...
It is very hard for people to know which specification file to update when making changes. If people do mistakenly try and change the wrong file we should prevent that...
* Fixes #3775 Undefined means "don't use this even if it seems to work, as there are cases where it won't." Implementation-defined means "this isn't portable or interoperable, but it...
## Weekly meetings happen on Thursdays at 9am - 10am Pacific This agenda gives visibility into discussion topics for the weekly Technical Developer Community (TDC) meetings. Sharing agenda items in...
According to the [RFC](https://tools.ietf.org/html/rfc3986#section-3.2.2), > [ IPv6 host address ] is the only place where square bracket characters are allowed in the URI syntax. So requiring OpenAPI clients to serialize...
We need to figure this out, so I'm extracting the recent/relevant comments from #151 as it is so old and long that potential contributors are discouraged from figuring out where...
This script does the following. 1. Switch to the 'gh-pages' branch. 2. Copy "schemas/v{major}.{minor}/schema.json" in the 'main' branch to "oas/{major}.{minor}/schema/{YYYY-MM-DD}" in the 'gh-pages' branch. The value of {YYYY-MM-DD} is extracted...