{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-shield/refs/heads/main/json-structure/amazon-shield-api-list-protections-response-structure.json", "description": "ListProtectionsResponse schema from api", "type": "object", "properties": { "Protections": { "type": "array", "items": { "$ref": "#/components/schemas/Protection" } }, "NextToken": { "type": "string" } }, "name": "ListProtectionsResponse" }