Optional validation rules for the custom field
If this field must be unique for every user in the environment
The regex pattern that the text field must match
Maximum length:
255
Example:
"^0x"
The dropdown options for the select field
Example:
[
{ "label": "small" },
{ "label": "medium" },
{ "label": "large" }
]
The text that will be displayed for the checkbox field
Maximum length:
255
Example:
"Agree to the terms and conditions"