fuhrysteve / marshmallow-jsonschema

JSON Schema Draft v7 (http://json-schema.org/) formatting with marshmallow
MIT License
209 stars 72 forks source link

Unsupported field type <fields.Tuple>? #162

Open ksbrar opened 2 years ago

ksbrar commented 2 years ago

Hi,

It would seem that there is no marshmallow.Tuple support, in particular it is deliberately left out of MARSHMALLOW_TO_PY_TYPES_PAIRS. I added it in locally and it seems to work enough for my purposes, but curious why it is like this?