flask-restful-swagger
flask-restful-swagger copied to clipboard
Show the Response Class schema?
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.