fuhrysteve / marshmallow-jsonschema

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

🐛 Fix `AttributeError` when nesting schemas using `lambda: Schema()` #172

Closed hf-kklein closed 1 year ago

hf-kklein commented 2 years ago

This fixes #164

hf-kklein commented 1 year ago

obsoleted by #176