aiohttp-swagger icon indicating copy to clipboard operation
aiohttp-swagger copied to clipboard

How to `examples` section?

Open SomeAkk opened this issue 4 years ago • 0 comments

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/?

SomeAkk avatar May 23 '21 19:05 SomeAkk