enum
Text
, Textarea
, Number
, Date
, Boolean
, SingleSelect
, MultiSelect
Date
value should be an ISO8601 stringarray
consisting values of type string
, number
or boolean
type
is SingleSelect
or MultiSelect
["small", "medium", "large", 30, 40, true]
string
type
is isValueRequired
type
constraints :
type
enum.
SingleSelect
, should be one of the values provided in selectOptions
MultiSelect
, should be an array
containing only values provided in selectOptions
Date
or Number
, should be >= minValue
(if provided) and <= maxValue
(if provided)Text
or Textarea
, should be >= minLength
(if provided) and <= maxLength
(if provided)``boolean
string
type
is Date
or Number
string
type
is Date
or Number
number
type
is Text
or Textarea
number
type
is Text
or Textarea