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
@mojoaxel I think the resolution at #35 have missed few key things:
Only include the definitions/models for the endpoints that included (or not excluded). Current resolution includes all the definitions.
Remove definitions from inlines and rather have $ref to the definitions, when --includeDefinitions flag is passed in. Current implementation adds the definitions as well as have those inline as well.
Will be great if we can get ability to exclude or include a definition (if this can be done first then at least can be used as a workaround for point 1)
In #35 a support for
definitions
has been added. Thesedefinitions
are from the Swagger 2 version and have been replaced by components in OpenApi 3.At the moment all these model definitions get removed.
This is part of the OpenApi v3 support (#4)
The text was updated successfully, but these errors were encountered: