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/?
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/throughdefinitionsparameter inswagger_setup(..)but can't add examples in section#/components/examples/.How to add examples in section
#/components/examples/?