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 your feature request related to a problem? Please describe.
The consumers of my API are generating their stubs from my swagger file. However, their generation tool is breaking because they expect my swagger file to have a description for the security definition. This is not a mandatory field on the OpenAPI spec but it would be nice to have support for it so I can have it on my swagger file.
Describe the solution you'd like
I want this library to support the option of adding a description to the security definitions.
Is your feature request related to a problem? Please describe.
The consumers of my API are generating their stubs from my swagger file. However, their generation tool is breaking because they expect my swagger file to have a description for the security definition. This is not a mandatory field on the OpenAPI spec but it would be nice to have support for it so I can have it on my swagger file.
Describe the solution you'd like
I want this library to support the option of adding a description to the security definitions.
Describe alternatives you've considered
N/A
Additional context
I did an implementation #1174
The text was updated successfully, but these errors were encountered: