gcanti / tcomb-json-schema

Transforms a JSON Schema to a tcomb type
MIT License
144 stars 32 forks source link

Type override for enums #32

Open tadam313 opened 6 years ago

tadam313 commented 6 years ago

Added ability to override enum types by moving the "format type check" to the first thing in the string handler. I think it's reasonable to allow consumers to override enum types as well.

Also a comment to explain the format override system only works for strings.