Skip to content

Latest commit

 

History

History
42 lines (26 loc) · 1.02 KB

ComplexField.md

File metadata and controls

42 lines (26 loc) · 1.02 KB

ComplexField

Complex field schema

Properties

Name Type Description Notes
type TypeEnum Field type [optional] [readonly]
options List<FieldOption> Lists of options (only for fields of type 'options') [optional] [readonly]
fieldId String Field ID [optional] [readonly]
name String Name of the field
format FormatEnum Field format
unique Boolean True if the field is unique, false otherwise [optional]

Enum: TypeEnum

Name Value
BASE "base"
EXTRA "extra"

Enum: FormatEnum

Name Value
DATE "date"
TEXT "text"
CELLPHONE "cellphone"
PHONE "phone"
NUMBER "number"
EMAIL "email"
OPTIONS "options"