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
I am not sure if this is an indented behavior or bug, so please feel free to re-label this to bug report.
Is your feature request related to a problem? Please describe.
I am not able to read a few parts of the spec from yaml files. For example (servers and info). But It is great that I can do this with other parts like tags and components.
Describe the solution you'd like
I want to split the spec into multiple yaml files. For instance, servers.yaml, tags.yaml, info.yaml, components.yaml, etc.
And afterward, I shall be able to initialize the SwaggerJSDoc like below.
Describe alternatives you've considered
I am currently keeping the info and servers parts of the spec in a json file and then load it into the SwaggerJSDoc constructor.
I am not sure if this is an indented behavior or bug, so please feel free to re-label this to bug report.
Is your feature request related to a problem? Please describe.
I am not able to read a few parts of the spec from yaml files. For example (servers and info). But It is great that I can do this with other parts like tags and components.
Describe the solution you'd like
I want to split the spec into multiple yaml files. For instance,
servers.yaml
,tags.yaml
,info.yaml
,components.yaml
, etc.And afterward, I shall be able to initialize the SwaggerJSDoc like below.
Describe alternatives you've considered
I am currently keeping the info and servers parts of the spec in a json file and then load it into the SwaggerJSDoc constructor.
Additional context
N/A
The text was updated successfully, but these errors were encountered: