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
We currently do not render badge for OpenAPI 2.0.
For OpenAPI 3.0.x and OpenAPI 3.1.0 we render the following badge:
The goal of this issue is to implement the badge in the following way:
For OpenAPI 3.0.x definition we'll render 3.0 inside the badge
3.0
For OpenAPI 3.1.0 definition we'll render 3.1 inside the badge
3.1
The text was updated successfully, but these errors were encountered:
feat(oas31): add support for OpenAPI 3.1.0 badge
dc9129b
Refs #8501
Badge rendering for OpenAPI 3.1.0 definitions:
Badge rendering for OpenAPI 3.0.x definition:
Sorry, something went wrong.
feat(oas31): add support for OpenAPI 3.1.0 badge (#8502)
1622426
char0n
No branches or pull requests
We currently do not render badge for OpenAPI 2.0.
For OpenAPI 3.0.x and OpenAPI 3.1.0 we render the following badge:
The goal of this issue is to implement the badge in the following way:
OpenAPI 3.0.x
For OpenAPI 3.0.x definition we'll render
3.0
inside the badgeOpenAPI 3.1.0
For OpenAPI 3.1.0 definition we'll render
3.1
inside the badgeThe text was updated successfully, but these errors were encountered: