flask-restful-swagger icon indicating copy to clipboard operation
flask-restful-swagger copied to clipboard

How to describe the return result?

Open heckad opened this issue 6 years ago • 0 comments

I want to describe this schema

{
    "count": 5,
    "items": [Item(1), Item ...]
}

Item decorated as @swagger.model. How to do it?

heckad avatar Jun 17 '19 06:06 heckad