Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 685 Bytes

File metadata and controls

31 lines (19 loc) · 685 Bytes

Field

Field schema

Properties

Name Type Description Notes
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: FormatEnum

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