Closed rubberduck203 closed 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.
[A-Za-z_][A-Za-z0-9_]*
-
<
<=
>
>=
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.