List of OAS v3 issues addressed by this proposal #21
Pinned
darrelmiller
started this conversation in
General
Replies: 2 comments
-
Suggest to add OAI/OpenAPI-Specification#521. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I've added a "Moved to Moonwalk" label for issues that are only going to be addressed here (if at all). I am including issues that are clearly related to articulated Moonwalk proposals or principles, even if it is not clear whether that specific request will end up being handled. This seems like it may be a little more manageable than keeping this list updated. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Support an operation to have multiple specifications per path (e.g. multiple POST operation per path) OpenAPI-Specification#182
This is now supported by named request objects.
Proposal: Multisegment Path Parameters OpenAPI-Specification#1459
This is supported by the use of UriTemplates
https://github.com/OAI/OpenAPI-Specification/issues/445
Support interdependencies between query parameters OpenAPI-Specification#256
These are supported by using a JSONSchema to define parameters
'*' as a resource not possible, but defined for OPTIONS OpenAPI-Specification#2316
This is supported by dropping the
path
leading slash requirementBeta Was this translation helpful? Give feedback.
All reactions