{ "type": "object", "description": "A field value with display metadata", "name": "FieldValueRepresentation", "properties": { "displayValue": { "type": "object", "description": "Human-readable formatted display value (for dates, picklists, lookups)" }, "value": { "type": "object", "description": "Raw field value" } }, "$schema": "https://json-structure.org/draft/2020-12/schema" }