We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The parameter object definition states that there are four possible parameter types[1], but the in field states that there are five types[2].
in
I believe that the bulleted list should include formData.
Another nit. Should the bulleted types[1] be lower case rather than upper cased? ie: path, query, etc, etc?
path
query
[1] https://github.com/OAI/OpenAPI-Specification/blame/OpenAPI.next/versions/3.0.md#L734 [2] https://github.com/OAI/OpenAPI-Specification/blame/OpenAPI.next/versions/3.0.md#L745
The text was updated successfully, but these errors were encountered:
requestBody
The issues with the parameter types have been fixed. FormData is now handled with a content object, schema object and encoding object.
Sorry, something went wrong.
No branches or pull requests
The parameter object definition states that there are four possible parameter types[1], but the
in
field states that there are five types[2].I believe that the bulleted list should include formData.
Another nit. Should the bulleted types[1] be lower case rather than upper cased? ie:
path
,query
, etc, etc?[1] https://github.com/OAI/OpenAPI-Specification/blame/OpenAPI.next/versions/3.0.md#L734
[2] https://github.com/OAI/OpenAPI-Specification/blame/OpenAPI.next/versions/3.0.md#L745
The text was updated successfully, but these errors were encountered: