Sorry about the simple question but I couldn't find a way to validate a single field in a schema because in my application I have two different use case validate the whole object or validate a single field in the schema excluding the other fields how can I do the latter?
yup.reach(schema, 'path.to.field').validate(fieldValue)
Most helpful comment
yup.reach(schema, 'path.to.field').validate(fieldValue)