{ "$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-describe-attack-request-structure.json", "description": "DescribeAttackRequest schema from api", "type": "object", "properties": { "AttackId": { "type": "string" } }, "required": [ "AttackId" ], "name": "DescribeAttackRequest" }