Common Types
Choice
A single element from a set of Choices, variants in an enumeration.
id
string
requiredThe ID of this variant
type
string
requiredThe type of this object
label
string | null
An optional human-readable label for this variant. Useful if the actual value is not a human-readable value, such as an identifier.
value
string
requiredThe value of this variant.