Picklist

FieldTypeDescription
idstring {guid}A unique identifier of the Type
namestringType's name.
optionsarray of objectsArray of PicklistOption objects

PicklistOption

FieldTypeDescription
namestringOption's name or string value
colorstring? (optional)Option's UI color.
numericValueintegerOption's numeric value
isActiveboolTrue if Option is Active. If false, then Option is not possible to be set (if previously set then the Option still remains as current value)