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