Validating Schema Fields Based on Another Field in Effect Typescript

Hi, is it possible to validate the schema field based on another field? for example password and confirm password, both should be same and if not i want to raise error, i could do this after schema validation but is it possible to within schema validation?
Was this page helpful?