{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "StatementRequest", "type": "object", "properties": { "statement": { "type": "string" }, "timeout": { "type": "integer" }, "database": { "type": "string" }, "schema": { "type": "string" }, "warehouse": { "type": "string" }, "role": { "type": "string" }, "bindings": { "type": "object" } } }