-
-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
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
Add Support for OpenAPI v3.1.0 #482
Comments
which version of swagger ui are you using? |
I had the same issue. You must use swagger-ui 5 (https://editor-next.swagger.io/) for openapi version 3.1 I didn't find a way to use custom version for swagger-ui. @Legion2 is it possible? |
There is a version parameter for the action, so you can set the swagger ui version to 5, see https://github.com/Legion2/swagger-ui-action/blob/main/action.yml#L8 Have you tried this? |
yes, it works well with version 5.0.0. Thank you! Maybe it makes sense to change the default value? |
Description
Please add support for OpenAPI v3.1.0.
Thank you!
The text was updated successfully, but these errors were encountered: