{ "type": "object", "description": "Collection of records matching a lookup search", "name": "LookupRecordsCollection", "properties": { "count": { "type": "integer" }, "lookupResults": { "type": "array", "items": { "type": "object", "properties": { "displayValue": { "type": "string" }, "id": { "type": "string" }, "name": { "type": "string" } } } } }, "$schema": "https://json-structure.org/draft/2020-12/schema" }