{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "CancelStatus", "type": "object", "properties": { "code": { "type": "string" }, "sqlState": { "type": "string" }, "message": { "type": "string" }, "statementHandle": { "type": "string" }, "statementStatusUrl": { "type": "string" } } }