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
In order to support OpenAPI 3.1.0 (see #333) the openapi attribute must be 3.1.0.
openapi
3.1.0
Example:
--- openapi: 3.1.0 info: title: Example Specification version: "1.0" servers: - url: http://localhost:8000/ paths: /ping: get: operationId: ping responses: 200: description: OK
To be changed:
The TCK checks for the value of the openapi attribute. This must be updated.
The text was updated successfully, but these errors were encountered:
Merge pull request microprofile#434 from MikeEdgar/parameter_dedup
89b7ec2
Consolidate common parameter processing into abstract core class
Comment to say I'm working on this
Sorry, something went wrong.
benjamin-confino
Successfully merging a pull request may close this issue.
In order to support OpenAPI 3.1.0 (see #333) the
openapi
attribute must be3.1.0
.Example:
To be changed:
The TCK checks for the value of the
openapi
attribute. This must be updated.The text was updated successfully, but these errors were encountered: