{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/WQLResponse", "title": "WQLResponse", "type": "object", "properties": { "total": { "type": "integer" }, "data": { "type": "array", "items": { "type": "object", "additionalProperties": true } } } }