Skip to main content

Validationrules

Represents the settings for field input validation.

uniqueboolean

TRUE if this field does not allow duplicate values, FALSE otherwise.

validationPatternstring

The expected format for the input.

Validationrules
{
"unique": true,
"validationPattern": "string"
}