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
Hello,
https://github.com/OAI/OpenAPI-Specification/blob/master/versions/3.0.1.md#operationObject
Maybe we could rename the type action struct for match the name of the model in the specification: Operation
type action struct
Operation
Then these properties are missing:
And the properties Headers is not in the specification.
Headers
It could also be nice if we supports the specification extensions: https://github.com/OAI/OpenAPI-Specification/blob/master/versions/3.0.1.md#specificationExtensions
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello,
https://github.com/OAI/OpenAPI-Specification/blob/master/versions/3.0.1.md#operationObject
Maybe we could rename the
type action struct
for match the name of the model in the specification:Operation
Then these properties are missing:
And the properties
Headers
is not in the specification.It could also be nice if we supports the specification extensions: https://github.com/OAI/OpenAPI-Specification/blob/master/versions/3.0.1.md#specificationExtensions
The text was updated successfully, but these errors were encountered: