{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-clean-rooms/refs/heads/main/json-structure/clean-rooms-list-configured-tables-response-structure.json", "name": "ListConfiguredTablesResponse", "description": "Response for listing configured tables.", "type": "object", "properties": { "nextToken": { "type": "string", "description": "The token value retrieved from a previous paginated request." }, "configuredTableList": { "type": "array", "items": { "$ref": "#/components/schemas/ConfiguredTable" }, "description": "The list of configured tables." } } }