form-definition-schema-properties-pages-pages-item-properties-components-components-item-properties-schema
Schema Type
object (Schema)
schema Default Value
The default value is:
{}schema Properties
| Property | Type | Required | Nullable | Defined by |
|---|---|---|---|---|
| min | number | Optional | cannot be null | Form Definition Schema |
| max | number | Optional | cannot be null | Form Definition Schema |
| length | number | Optional | cannot be null | Form Definition Schema |
| regex | Merged | Optional | can be null | Form Definition Schema |
| Additional Properties | Any | Optional | can be null |
min
Minimum value or length for validation
min
-
is optional
-
Type:
number(Min) -
cannot be null
-
defined in: Form Definition Schema
Min Type
number (Min)
max
Maximum value or length for validation
max
-
is optional
-
Type:
number(Max) -
cannot be null
-
defined in: Form Definition Schema
Max Type
number (Max)
length
Exact length required for validation
length
-
is optional
-
Type:
number(Length) -
cannot be null
-
defined in: Form Definition Schema
Length Type
number (Length)
regex
The regex value.
regex
-
is optional
-
Type: any of the following:
arrayorbooleanornumberorobjectorstring(Regex) -
can be null
-
defined in: Form Definition Schema
Regex Type
any of the following: array or boolean or number or object or string (Regex)
one (and only one) of
Additional Properties
Additional properties are allowed and do not have to follow a specific schema