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.
Add support for documenting callbacks, which are in OpenAPI specification v3 - https://swagger.io/docs/specification/callbacks/. Some services I'm documenting rely heavily on callbacks and are a common pattern in webhooks and publish/subscribe pattern.
Describe the solution you'd like
Add support for documenting callbacks through, for example, a @callback annotation on an endpoint.
Is your feature request related to a problem? Please describe.
Add support for documenting callbacks, which are in OpenAPI specification v3 - https://swagger.io/docs/specification/callbacks/. Some services I'm documenting rely heavily on callbacks and are a common pattern in webhooks and publish/subscribe pattern.
Describe the solution you'd like
Add support for documenting callbacks through, for example, a
@callback
annotation on an endpoint.The text was updated successfully, but these errors were encountered: