{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "ResultSet", "type": "object", "properties": { "code": { "type": "string" }, "sqlState": { "type": "string" }, "message": { "type": "string" }, "statementHandle": { "type": "string" }, "createdOn": { "type": "integer" }, "statementStatusUrl": { "type": "string" }, "data": { "type": "array" } } }