You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there support for the openapi standard v3? When I try to load a openapi v3 spec it fails
I can see that the latest version of swagger-ui is being used as the bundle link is https://unpkg.com/[email protected]/swagger-ui-bundle.js which shows version 5.3.1 of swagger-ui. So I would expect openapi v3 to work. Maybe this problem is related to the default file name of swagger.json?
Code Snippet (optional)
openapi: 3.0.0info:
version: 1.0.0title: Simple API Exampledescription: A basic API example for testing Swagger UIpaths:
/greet:
get:
summary: Get a friendly greetingresponses:
'200':
description: Successful responsecontent:
application/json:
example:
message: Hello, Swagger UI!
Question Description
Is there support for the openapi standard v3? When I try to load a openapi v3 spec it fails
I can see that the latest version of swagger-ui is being used as the bundle link is https://unpkg.com/[email protected]/swagger-ui-bundle.js which shows version 5.3.1 of swagger-ui. So I would expect openapi v3 to work. Maybe this problem is related to the default file name of
swagger.json
?Code Snippet (optional)
Checklist:
The text was updated successfully, but these errors were encountered: