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