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