OpenAPI-Specification
OpenAPI-Specification copied to clipboard
The OpenAPI Specification Repository
## 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 https://swagger.io/docs/specification/authentication/#scopes, > * In case of OAuth 2, the scopes used in `security` must be previously defined in `securitySchemes`. > * In case of OpenID Connect Discovery, possible...
Hi, at the moment, if we use a relative URL in openIdConnectUrl, it uses the URLs defined in servers. But these URLs are usually the URLs of the API or...
I'd like to raise a concern with including CIBA in the OAuth Flow Object in 3.2.0. I understand that CIBA can, feasibly, be implemented using bare OAuth 2.0 but realistically...
Remaining changes to 3.1.1 * #4091 * #4088 * #4085 * #4079 * #4071 * #4064 * #4056 * #4055 * #4052 * #4045 * #4044 * #4041 Depends on...
Fixes #3734 by - adding `$ref` field back to Path Item Object - removing Reference Object as an alternative to Path Item Object in four places Builds on and includes...
Assume paths `/foo` and `/bar` both have a Path Item Object that `$ref` the same external "complete" Path Item Object. If a Link Object now `operationRef`s the `get` Operation Object...
PR #4647 adds four new fields to the Example Object. There seems to be consensus that we should add the fields once that PR is out of draft, but there...
I just implemented request matching with server urls, and found a few places where the spec could be made a little clearer. - [ ] schema changes are included in...
For the new Example Object fields. - [ ] schema changes are included in this pull request - [ ] schema changes are needed for this pull request but not...