{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-clean-rooms/refs/heads/main/json-schema/clean-rooms-create-configured-table-response-schema.json", "title": "CreateConfiguredTableResponse", "description": "Response for creating a configured table.", "type": "object", "properties": { "configuredTable": { "$ref": "#/components/schemas/ConfiguredTable" } } }