-
Notifications
You must be signed in to change notification settings - Fork 48
Open
Description
I would be great to get pull-request that add support for the OpenAPI-v3-spec.
I would suggest to create helpers openapi-v2 and openapi-v3 so that the differing places can be handled smoothly:
{{#if (openapi-v2)}}
{{>swagger/definitions definitions=definitions}}
{{else if (openapi-v3)}}
{{>openapi/components components=components}}
{{/if}}
As an alternative, if there are converters, that support the fully-automatic conversion from openapi 2 to 3, we could also just use those as preprocessor.Metadata
Metadata
Assignees
Labels
No labels