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
explore Schema's ArrayFormatter for detailed errors/simpler parsing. right now we use the jsonschema properties, and then fallback to a decode call, and then parse the string tree
support filters (for classes it's upcoming in schema-next), e.g email/confirmEmail, password/confirmPassword relations can be modelled with filters, so that we don't have to manually add validation for that in the forms, but it is just picked up from the schema; https://discord.com/channels/795981131316985866/1235145167871152138/1235217536371523594
S.nullable(X)
orS.optional(X)
whereX
is not a primitive, but a struct or a class.Unbranded
The text was updated successfully, but these errors were encountered: