Add Support for OpenAPI v3.1.0
Description
Please add support for OpenAPI v3.1.0.
Thank you!
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?