fuhrysteve / marshmallow-jsonschema

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

Handle nested schema classes in both Marshmallow 2.x and 3.x. #63

Closed alkanen closed 6 years ago

alkanen commented 6 years ago

New implementation based on version string rather than data structure details.

coveralls commented 6 years ago

Coverage Status

Coverage decreased (-0.7%) to 99.301% when pulling bb48ac043b9ac2210b8990e1a4d750f51174dfdc on edgeware:nested_marshmallow_3_support_version into 8f231dbea209ade978eb6768e101d4edd996d5e3 on fuhrysteve:master.

coveralls commented 6 years ago

Coverage Status

Coverage decreased (-0.7%) to 99.301% when pulling bb48ac043b9ac2210b8990e1a4d750f51174dfdc on edgeware:nested_marshmallow_3_support_version into 8f231dbea209ade978eb6768e101d4edd996d5e3 on fuhrysteve:master.

coveralls commented 6 years ago

Coverage Status

Coverage decreased (-0.7%) to 99.301% when pulling bb48ac043b9ac2210b8990e1a4d750f51174dfdc on edgeware:nested_marshmallow_3_support_version into 8f231dbea209ade978eb6768e101d4edd996d5e3 on fuhrysteve:master.

fuhrysteve commented 6 years ago

LGTM! Thanks!!