SubStatementList schema from Amazon Redshift
{ "type": "array", "items": { "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-list-schema.json", "title": "SubStatementList", "description": "SubStatementList schema from Amazon Redshift" }