flask-restful-swagger
flask-restful-swagger copied to clipboard
Is there a way to provide a custom shema for ResponseClass?
What if I just want to return fields that do not exactly correspond to one my models? or what if I want to return multiple different models? Thanks
Same here. I've overridden Api.representation to use custom schemas for json output, and it gives an error when rendering /api/spec/_/resource_list.json via the spec.html page.