{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/SearchResult", "title": "SearchResult", "type": "object", "description": "Result from a SOSL search execution", "properties": { "searchRecords": { "type": "array", "items": { "$ref": "#/components/schemas/SObjectRecord" } } } }