{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "QueryHandler", "type": "object", "properties": { "query": { "type": "string" }, "clientId": { "type": "string" }, "componentName": { "type": "string" }, "resultName": { "type": "string" } } }