{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/agentql/refs/heads/main/json-schema/agentql-query-data-response-schema.json", "title": "QueryDataResponse", "description": "Response containing extracted structured data.", "type": "object", "properties": { "data": { "type": "object", "description": "Extracted data matching the structure defined in the query." }, "metadata": { "$ref": "#/components/schemas/ResponseMetadata" } } }