Is there a way to add a custom validator to a base field type or would I need to create a custom field and add the validator to that field? For example, I want to create a field named emailAddress on the start form with a type string, but have it actually validate if it is a valid email address.