{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "ListTablesResponse", "type": "object", "properties": { "Tables": { "type": "array", "description": "List of tables" }, "NextToken": { "type": "string", "description": "Pagination token for the next page" } } }