mozilla / jsonschema-transpiler

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

Support bytes as a data type #82

Closed relud closed 5 years ago

relud commented 5 years ago

fixes #81

acmiyaguchi commented 5 years ago

Also, here's another thing that could be added to this PR, but doesn't have to.

https://github.com/mozilla/jsonschema-transpiler/blob/536c6fd9fb9095b91bb92fca17bd80927eceb873/src/ast.rs#L137-L145

The union of a string and bytes should probably be bytes, for now it'll be dropped. Your thoughts?