mozilla / jsonschema-transpiler

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

Propagate "description" from json schema to BigQuery schema #93

Closed scholtzan closed 4 years ago

scholtzan commented 4 years ago

This addresses https://github.com/mozilla/jsonschema-transpiler/issues/58.

I also fixed some formatting and clippy issues in the process. For now I extended existing tests but I could also create separate test cases for testing the description propagation if wanted.

scholtzan commented 4 years ago

Alright, I added the parsing of the title field and a few more tests.