{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "ResultSetMetaData", "type": "object", "properties": { "format": { "type": "string" }, "numRows": { "type": "integer" }, "rowType": { "type": "array" }, "partitionInfo": { "type": "array" }, "nullable": { "type": "boolean" } } }