json-schema-to-elm icon indicating copy to clipboard operation
json-schema-to-elm copied to clipboard

Support constants, i.e. enums with 1 value.

Open dragonwasrobot opened this issue 7 years ago • 1 comments

Also while looking at enums: remove the "type": "string" constraint, if possible.

dragonwasrobot avatar Apr 11 '18 14:04 dragonwasrobot

const now included in the JSON schema spec, and implemented by the json_schema parser, so just have to add the printer part.

dragonwasrobot avatar Sep 11 '19 20:09 dragonwasrobot