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
Hi, thanks for the great library.
I noticed that some types are missing properties for swagger v2 spec. This are the missing properties that I observed:
openapi2.T
produces
openapi2.Operation
schemes
openapi2.Header
openapi2.Parameter
openapi3
The text was updated successfully, but these errors were encountered:
Produces has been inserted here: #460
Sorry, something went wrong.
Header part addressed in #483
Successfully merging a pull request may close this issue.
Hi, thanks for the great library.
I noticed that some types are missing properties for swagger v2 spec. This are the missing properties that I observed:
openapi2.T
produces
openapi2.Operation
schemes
openapi2.Header
(probably should take all theopenapi2.Parameter
properties similarly toopenapi3
)The text was updated successfully, but these errors were encountered: