aromanovich / jsl

A Python DSL for describing JSON schemas
http://jsl.readthedocs.org/
Other
218 stars 21 forks source link

Introduce missing NullField #6

Closed playpauseandstop closed 9 years ago

playpauseandstop commented 9 years ago

JSON Schema also supports describing null values, but jsl somehow missed NullField, this pull request fixes it.

ps. I copied NullField class from BooleanField and not sure that this is optimal decision

coveralls commented 9 years ago

Coverage Status

Coverage increased (+0.02%) to 96.88% when pulling 6d6ab2aa6fa1d38b7569671b0684b97b4ef5ce54 on playpauseandstop:master into ce4a77890d63dbb7ba902c40fda7cdf5aef8fec3 on aromanovich:master.