{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "QueryResponse", "type": "object", "description": "Search results.", "properties": { "results": { "type": "array", "description": "List of result rows." }, "request_id": { "type": "string", "description": "ID of the request." } } }