json-schema-to-elm
json-schema-to-elm copied to clipboard
Support constants, i.e. enums with 1 value.
Also while looking at enums: remove the "type": "string" constraint, if possible.
const now included in the JSON schema spec, and implemented by the json_schema parser, so just have to add the printer part.