Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 3.79 KB

File metadata and controls

14 lines (10 loc) · 3.79 KB

CustomFieldSchema

A Custom Field

Fields

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