enum

ValidationType

Defines the type of validation rule applied to an attribute's value.
Valid values
min
Minimum allowed value (numeric, date, or string length).
max
Maximum allowed value (numeric, date, or string length).
regex
Pattern matching using regular expression.