Amazon Clean Rooms · Schema

CreateConfiguredTableResponse

Response for creating a configured table.

Clean RoomsData CollaborationPrivacyAnalyticsMarketing

Properties

Name Type Description
configuredTable object
View JSON Schema on GitHub

JSON Schema

clean-rooms-create-configured-table-response-schema.json Raw ↑
{
  "$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"
    }
  }
}