Customfieldvaluevalidationsettings
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.
Customfieldvaluevalidationsettings
{
"unique": true,
"validationPattern": "string"
}