ListStatementsResponse schema from Amazon Redshift
{ "type": "object", "properties": { "NextToken": {}, "Statements": {} }, "required": [ "Statements" ], "$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-list-statements-response-schema.json", "title": "ListStatementsResponse", "description": "ListStatementsResponse schema from Amazon Redshift" }