| Name | Type | Description | Notes |
|---|---|---|---|
| label | String | The label for the attribute (max 50 characters, cannot be empty) | |
| attributeType | AttributeTypeEnum | The type of attribute (must be one of the defined enums) | |
| description | String | A description of the attribute | [optional] |
| optionsLabels | List<String> | Options for multi-choice or single-select attributes | [optional] |
| objectType | ObjectTypeEnum | The type of object the attribute belongs to (prefilled with `companies`or `deal`, mandatory) |
| Name | Value |
|---|---|
| TEXT | "text" |
| USER | "user" |
| NUMBER | "number" |
| SINGLE_SELECT | "single-select" |
| DATE | "date" |
| BOOLEAN | "boolean" |
| MULTI_CHOICE | "multi-choice" |
| Name | Value |
|---|---|
| COMPANIES | "companies" |
| DEALS | "deals" |