Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 632 Bytes

Field.md

File metadata and controls

30 lines (19 loc) · 632 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"