{ "type": "object", "properties": { "CreatedAt": {}, "Duration": {}, "Error": {}, "HasResultSet": {}, "Id": {}, "QueryString": {}, "RedshiftQueryId": {}, "ResultRows": {}, "ResultSize": {}, "Status": {}, "UpdatedAt": {} }, "required": [ "Id" ], "description": "Information about an SQL statement.", "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/aws-redshift/refs/heads/main/json-schema/redshift-data-sub-statement-data-schema.json", "title": "SubStatementData" }