factset / quart-openapi

Module for Quart to add Flask-RESTPlus like functionality
https://factset.github.io/quart-openapi/
Other
82 stars 22 forks source link

Marshmallow integration #27

Closed mst-ableton closed 3 years ago

mst-ableton commented 5 years ago

It would be really nice to integrate Marshmallow schemas into quart-openapi. Right now it's possible to use marshmallow-jsonschema to create a JSON Schema representation for use with quart-openapi, but it's quite a clunky process. In addition, marshmallow-jsonschema creates JSON Schema with $ref references, which are difficult to load into quart-openapi. Native marshmallow support would make this much easier. Thanks!