Amazon Clean Rooms · Schema

GetCollaborationResponse

Response for getting a collaboration.

Clean RoomsData CollaborationPrivacyAnalyticsMarketing

Properties

Name Type Description
collaboration object
View JSON Schema on GitHub

JSON Schema

clean-rooms-get-collaboration-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-get-collaboration-response-schema.json",
  "title": "GetCollaborationResponse",
  "description": "Response for getting a collaboration.",
  "type": "object",
  "properties": {
    "collaboration": {
      "$ref": "#/components/schemas/Collaboration"
    }
  }
}