-
Notifications
You must be signed in to change notification settings - Fork 228
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
Support 3.0 syntax with components #95
Comments
Yes it would be nice if it supports also OpenAPI 3.0 |
Will it be possible? |
I'm also looking for version 3 :) |
Might be a duplicate of #65 |
Agreed! closing this issue. When first searching for this, I didn't know that v3 is the new "OPEN API". |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Swagger-jsdoc should be able to generate definitions using the swagger 3.0 syntax.
E.g.: https://swagger.io/docs/specification/data-models/data-types/
Instead of putting
components
into paths, it should be used likedefinitions
The text was updated successfully, but these errors were encountered: