fuhrysteve / marshmallow-jsonschema

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

Include type of Dict values #127

Closed BenMotz closed 3 years ago

BenMotz commented 3 years ago

Add support for specifying the type of Dict values. Prior to this change any information about the values in a dict - particularly nested schemas - was lost.

coveralls commented 3 years ago

Coverage Status

Coverage remained the same at 100.0% when pulling 9d8a2b4c8474d4caf4ffdd9a4618fd45b6651bfb on BenMotz:master into 0f1e521819767cfabe5f8f84b7d43c8e51075d15 on fuhrysteve:master.

fuhrysteve commented 3 years ago

lgtm! thanks for the PR!