supported field types
string
(default)string-list
number
reference
reference-list
enum
100
. For larger lists, users should
use the reference-list
type.
enum-list
enum
type but allows multiple selections from the options list. The values are stored as an array.
boolean
true
or false
value type. Matching engines should attempt to resolve all
common ways of representing this value and it should usually be displayed as a
checkbox.
null
.date
YYYY-MM-DD
format in order for it to be considered a valid value. Datetime is
not currently available, but will be a separately supported Field Type in the
future, and will include timezone.