Amazon Clean Rooms · JSON Structure

Clean Rooms Create Collaboration Response Structure

Response for creating a collaboration.

Type: object Properties: 1
Clean RoomsData CollaborationPrivacyAnalyticsMarketing

CreateCollaborationResponse is a JSON Structure definition published by Amazon Clean Rooms, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

collaboration

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$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-create-collaboration-response-structure.json",
  "name": "CreateCollaborationResponse",
  "description": "Response for creating a collaboration.",
  "type": "object",
  "properties": {
    "collaboration": {
      "$ref": "#/components/schemas/Collaboration"
    }
  }
}