{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "SessionParameters", "type": "object", "properties": { "timezone": { "type": "string" }, "query_tag": { "type": "string" }, "binary_output_format": { "type": "string" }, "date_output_format": { "type": "string" }, "time_output_format": { "type": "string" }, "timestamp_output_format": { "type": "string" }, "timestamp_ltz_output_format": { "type": "string" }, "timestamp_ntz_output_format": { "type": "string" }, "timestamp_tz_output_format": { "type": "string" }, "multi_statement_count": { "type": "integer" }, "client_result_chunk_size": { "type": "integer" }, "rows_per_resultset": { "type": "integer" }, "use_cached_result": { "type": "boolean" } } }