| Name | Type | Description | Notes |
|---|---|---|---|
| profileId | String | ||
| name | String | ||
| slug | String | Auto-generated from name if not provided | [optional] |
| type | TypeEnum | ||
| options | List<String> | Required for select type | [optional] |
| Name | Value |
|---|---|
| TEXT | "text" |
| NUMBER | "number" |
| DATE | "date" |
| BOOLEAN | "boolean" |
| SELECT | "select" |