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
In Swagger 3 we can add common Schemas in section #/components/schemas/.
Also we can can add common examples in section #/components/examples/.
aiohttp-swagger can add multiple schemas in #/components/schemas/ through definitions parameter in swagger_setup(..) but can't add examples in section #/components/examples/.
How to add examples in section #/components/examples/?
The text was updated successfully, but these errors were encountered:
In Swagger 3 we can add common Schemas in section
#/components/schemas/
.Also we can can add common examples in section
#/components/examples/
.aiohttp-swagger can add multiple schemas in
#/components/schemas/
throughdefinitions
parameter inswagger_setup(..)
but can't add examples in section#/components/examples/
.How to add examples in section
#/components/examples/
?The text was updated successfully, but these errors were encountered: