-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Closed
Description
Is it possible to validate that on a given struct at least one of two options is required? I often have a struct where as long as one out of 2 of the fields are filled in, it will pass validation. One basic example would be having a username field and an email field (just a basic example though).