You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now enum with single value leads to error during typescript compilation, because enum generates as io-ts union type, witch should have at least two elements.
Now enum with single value leads to error during typescript compilation, because enum generates as
io-ts
union type, witch should have at least two elements.According spec it it valid case https://tools.ietf.org/id/draft-fge-json-schema-validation-00.html#rfc.section.5.5.1
The text was updated successfully, but these errors were encountered: