aromanovich / jsl

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

schema type "array" #23

Closed berndca closed 8 years ago

berndca commented 8 years ago

Is there any way to define a schema of type "array" using jsl?

berndca commented 8 years ago

Found it. jsl.BaseField has a method get_schema as well.