AddressFieldValidationRuleType
Client-side validation constraints for an address field. These rules can be enforced without a server round-trip.
Fields
Maximum number of characters allowed. Null if no limit.
Regular expression the submitted value must match. Null if unrestricted.
Whether the field must be filled before submitting.
The example data in the variables and responses below are autogenerated values designed to resemble real inputs. They do not represent actual customer data, and in some cases may require additional validation.
Example
{
"maxLength": 55,
"regex": "television-listen-water-pick-officer",
"required": true
}