TableList schema from Amazon Redshift
{ "type": "array", "items": { "type": "object", "properties": { "name": {}, "schema": {}, "type": {} }, "description": "The properties of a table. " }, "$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-table-list-schema.json", "title": "TableList", "description": "TableList schema from Amazon Redshift" }