Mike Ralphson
Mike Ralphson
@danbri also popping in to ask if there's anything we can do to get this moving again? Very keen to get `WebAPI` out of Pending, and to adopt at least...
Thank you for the detailed issue. I wonder if this is the meaning behind the use of the `x-is-unique` / `x-unique` extensions as [catalogued here](https://github.com/Mermade/openapi-specification-extensions/blob/master/extensions/combined.tsv#L133). I can see some value...
As Mark Nottingham says: > Don’t use RFC2616. Delete it from your hard drives, bookmarks, and burn (or responsibly recycle) any copies that are printed out. https://tools.ietf.org/html/rfc7231#section-4.3.4 covers PUT and...
A good case for a revised Wiki (see OAI/OpenAPI-Specification#1249)
> So, if you want to know how a parameter should be serialized, map the styles to prefixes, the explode to the * suffix and the allowReserved to the +...
@darrelmiller thanks, that's helpful.
Can you clarify if this is a question or a feature request? If the former, no it's not currently possible. If the latter, do you have an actual API which...
There is already an `oauth2` `securityScheme` type which encapsulates this logic, it's not necessary to use `apiKey` types for this.
> But this does not help if you want to describe the API *of* the OAuth2 server itself using OpenAPI. Though oAuth2 operates over HTTP and can be said to...
Your use of `consumes` leads me to think you are using / suggesting a change to OAS 2.0. The 2.0 specification is no longer being worked on (for nearly 3...