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

Port of #4007 to v3.2.0-dev

security
security: config

* 3.2.0 port of * #3991 * Run markdownlint after mdv on 3.1.1.md only because the older files won't pass * Part of #3596

approved pr port

This is the 3.2.0 port of * #4032 * #4020 Builds on and contains * #4025 * #4026

editorial
approved pr port

- second symbolic link `latest.json` for each schema as a media type hint to GitHub Pages - links both for "view" and "download ![image](https://github.com/user-attachments/assets/8c0f94b6-d134-4022-a291-8d5a0af3b8d7) Preview: https://ralfhandl.github.io/OpenAPI-Specification/

Housekeeping
editorial

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

Components fields name currently has this regex as restrictions: `^[a-zA-Z0-9\.\-_]+$` This was mainly discussed and agreed on in #634. I found this restriction a little too restrictive. I'd imagine that...

examples
clarification

Hi there, I find myself using the power of `$ref` to reference external components in my API definitions, which is great as allows component reuse. But I find myself with...

re-use: ref/id resolution

It's currently not clear from the spec what `security: []` means. It's stated that it's _allowed_, but it doesn't say what it _does_. Obvious guesses are that it either authorizes...

security
security: config

### Suggested Enhancement Add a field called `summary` (or, alternatively, `label` or `title`) to the Tag Object. This optional field would be used as the "human readable" representation of the...

metadata

Feature request: standard file that describes what openapi features are supported by an implementation If all implementations provided a yaml or json file of what features were supported it would...

enhancement