carreraGroup / json-to-avro-schema

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

Sanitize Enum symbols #43

Closed rubberduck203 closed 3 years ago

rubberduck203 commented 3 years ago

AVRO enum symbols must match the regular expression [A-Za-z_][A-Za-z0-9_]* while JSON schema allows basically anything (see #22). Specifically, the FHIR JSON schema makes heavy use of the dash - as a separator and the <,<=,>,>= comparison symbols.