Amazon Clean Rooms · JSON Structure

Clean Rooms Start Protected Query Response Structure

Response for starting a protected query.

Type: object Properties: 1
Clean RoomsData CollaborationPrivacyAnalyticsMarketing

StartProtectedQueryResponse 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

protectedQuery

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-start-protected-query-response-structure.json",
  "name": "StartProtectedQueryResponse",
  "description": "Response for starting a protected query.",
  "type": "object",
  "properties": {
    "protectedQuery": {
      "$ref": "#/components/schemas/ProtectedQuery"
    }
  }
}