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!
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 withquart-openapi
, but it's quite a clunky process. In addition,marshmallow-jsonschema
creates JSON Schema with$ref
references, which are difficult to load intoquart-openapi
. Nativemarshmallow
support would make this much easier. Thanks!