A Custom Field
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
id |
String | ✔️ | The unique ID representing this custom field. | |
name |
Optional<String> | ➖ | The actual text of the custom field. | What is your favorite color? |
value |
List<String> | ✔️ | The set of answers or possible answers to a question. | [ "Choice C", "Choice A" ] |
order |
Optional<Long> | ➖ | The order of this question in the bigger list of questions. | 1 |
type |
Optional<CustomFieldSchemaCustomFieldType> | ➖ | The type of data collected by a custom field. | MultiSelect |