OpenAPI-Specification icon indicating copy to clipboard operation
OpenAPI-Specification copied to clipboard

The OpenAPI Specification Repository

Results 476 OpenAPI-Specification issues
Sort by recently updated
recently updated
newest added

* 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...

enhancement
media and encoding

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...

Housekeeping

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...

review
clarification
request matching

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...

Housekeeping

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...

help wanted
Process

* 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...

Process

## 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...

Housekeeping

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...

param serialization

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...

Schema
Process

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...

Schema