CustomFieldValidationRules
Documentation Index
Fetch the complete documentation index at: https://docs.dynamic.xyz/docs/llms.txt
Use this file to discover all available pages before exploring further.
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 string length:
255Example:
"^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 string length:
255Example:
"Agree to the terms and conditions"