Amazon Clean Rooms · Schema

StartProtectedQueryResponse

Response for starting a protected query.

Clean RoomsData CollaborationPrivacyAnalyticsMarketing

Properties

Name Type Description
protectedQuery object
View JSON Schema on GitHub

JSON Schema

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