A single picklist option
{ "type": "object", "description": "A single picklist option", "properties": { "attributes": { "type": "object", "example": "example_value" }, "label": { "type": "string", "example": "Example Title" }, "validFor": { "type": "array", "example": [], "items": { "type": "integer" } }, "value": { "type": "string", "example": "example_value" } }, "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "PicklistValue" }