Amazon Clean Rooms · JSON Structure

Clean Rooms List Collaborations Response Structure

Response for listing collaborations.

Type: object Properties: 2
Clean RoomsData CollaborationPrivacyAnalyticsMarketing

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

Properties

nextToken collaborationList

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-list-collaborations-response-structure.json",
  "name": "ListCollaborationsResponse",
  "description": "Response for listing collaborations.",
  "type": "object",
  "properties": {
    "nextToken": {
      "type": "string",
      "description": "The token value retrieved from a previous paginated request."
    },
    "collaborationList": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/Collaboration"
      },
      "description": "The list of collaborations."
    }
  }
}