OpenAPI-Specification
OpenAPI-Specification copied to clipboard
The OpenAPI Specification Repository
This is somewhat related to #4831... Currently the schemas (used to validate OpenAPI documents, as well as provide aids to implementations parsing the OAD by identifying locations of schemas and...
Not intended for merging in this form. Notes on my initial thoughts on how each uri-reference in the OAD should resolve. See https://github.com/OAI/OpenAPI-Specification/discussions/4925#discussioncomment-14329850.
## 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...
draft, as I may be adding more commits. - [x] schema changes are included in this pull request
This script adjusts version-specific files in a (new) development branch, and now also adjusts Markdown files such as README.md in the schemas folder. - [x] no schema changes are needed...
closes #3720 and #2439. - [X] schema changes are included in this pull request
Just in case we want to start a 3.0.5 ... - `src/oas.md` copied from `versions/3.0.4.md` - Version headline and revision history in Appendix A adjusted: ef6932dd1a04c179111cae958533ddbfe5832923 Merge into `v3.0-dev-wip` before...
Prepare development branch for v3.0 schema maintenance: - [x] create branch `v3.0-dev-wip` - [diff to `dev`](https://github.com/OAI/OpenAPI-Specification/compare/dev...v3.0-dev-wip) - [x] delete `src/oas.md` - we do not plan a 3.0.5 spec release -...
Thank you for the expanded sections on path and server url templating in the 3.2 spec (https://spec.openapis.org/oas/latest#path-templating and https://spec.openapis.org/oas/latest#server-variable-object respectively) -- this is quite helpful in ensuring closer specification compliance...
Hey all, after discussions with Marsh at API Strat, I'm putting forth a feature request that allows for better API version discovery. It's basically triplets (aka hypermedia) for versions. Today,...