{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "QueryResponse", "type": "object", "properties": { "results": { "type": "array" }, "request_id": { "type": "string" } } }