{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/WQLRequest", "title": "WQLRequest", "type": "object", "required": [ "query" ], "properties": { "query": { "type": "string", "description": "The WQL query string to execute" } } }