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

Is there a way to provide a custom shema for ResponseClass?

Open henrydeclety opened this issue 7 years ago • 1 comments

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

henrydeclety avatar Mar 28 '18 22:03 henrydeclety

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.

juledwar avatar Dec 03 '18 06:12 juledwar