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

Show the Response Class schema?

Open Jonovono opened this issue 9 years ago • 0 comments

Hi. I noticed it's possible in Swagger to show the schema of the response.

For example: http://getcloudify.org/guide/3.1/rest-api/index.html#!/spec.json/listNodeInstances

How would I define this? If I do the

model.name for response class it's just showing as a string.

Thanks.

Jonovono avatar Feb 11 '16 01:02 Jonovono