mozilla / jsonschema-transpiler

Compile JSON Schema into Avro and BigQuery schemas
Mozilla Public License 2.0
42 stars 10 forks source link

Validate input jsonschema before transpiling #64

Closed acmiyaguchi closed 5 years ago

acmiyaguchi commented 5 years ago

The process of transpiling is now fairly informative with the tracebacks now, its not necessary to validate because the process won't succeed unless the schema is valid.