OBJECT
Represents one allowed option in a picklist.
1type EngineFieldPicklistOption {23# The human-readable label for the option, such as "English-US" for a language 4# selector.5key: String! 67# The machine-readable value that will be sent in the engine payload, such as8# "en-us" for a language selector.9value: String! 1011}