Complex field schema
| 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] |
| Name | Value |
|---|---|
| BASE | "base" |
| EXTRA | "extra" |
| Name | Value |
|---|---|
| DATE | "date" |
| TEXT | "text" |
| CELLPHONE | "cellphone" |
| PHONE | "phone" |
| NUMBER | "number" |
| "email" | |
| OPTIONS | "options" |