{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "DescribeTableRequest", "type": "object", "properties": { "ClusterIdentifier": { "type": "string" }, "Database": { "type": "string" }, "DbUser": { "type": "string" }, "SecretArn": { "type": "string" }, "WorkgroupName": { "type": "string" }, "Table": { "type": "string" }, "Schema": { "type": "string" }, "MaxResults": { "type": "integer" }, "NextToken": { "type": "string" } } }