carreraGroup / json-to-avro-schema

Converts JSON schema to AVRO schema
Apache License 2.0
2 stars 1 forks source link

Non-String enums #22

Open rubberduck203 opened 3 years ago

rubberduck203 commented 3 years ago

As detailed in #14, JSON schemas enums can be any JSON value, while AVRO limits its enums to string tokens. Implement a translation for non-string JSON schema enums.

Open questions: