jazzband / jsonmodels

jsonmodels is library to make it easier for you to deal with structures that are converted to, or read from JSON.
http://jsonmodels.readthedocs.org/en/latest/
BSD 3-Clause "New" or "Revised" License
334 stars 51 forks source link

Update builders.py #68

Closed pdeschain closed 7 years ago

pdeschain commented 7 years ago

'list' is not a valid json type. Replaced with 'array'. Otherwise schema is incorrect.

beregond commented 7 years ago

@Vorren closing in favor of #69 (as this is subset of that PR).