{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "SendMessageRequest", "type": "object", "properties": { "semantic_model_file": { "type": "string" }, "semantic_model": { "type": "string" }, "semantic_view": { "type": "string" }, "semantic_models": { "type": "array" }, "stream": { "type": "boolean" }, "operation": { "type": "string" }, "warehouse": { "type": "string" }, "messages": { "type": "array" }, "source": { "type": "string" }, "experimental": { "type": "string" } } }