balena-io-modules / jellyschema

JellySchema - data validation, UI form generation
Apache License 2.0
4 stars 2 forks source link

Add support for `const` and `enum` on all types #53

Closed cyplo closed 5 years ago

cyplo commented 5 years ago

Make sure that const and enum work properly for all supported types.

Interesting cases (may require more testing/discussion)

See #15 - parent issue.

cyplo commented 5 years ago

Fixed in #81