{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "QueryResult", "type": "object", "properties": { "results": { "type": "array", "description": "Array of result rows" } } }