{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-gamelift/refs/heads/main/json-schema/gamelift-game-server-protection-policy-schema.json", "title": "GameServerProtectionPolicy", "description": "GameServerProtectionPolicy schema from Amazon GameLift API", "type": "string", "enum": [ "NO_PROTECTION", "FULL_PROTECTION" ] }