{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-gamelift/refs/heads/main/json-structure/gamelift-game-session-detail-structure.json", "name": "GameSessionDetail", "description": "A game session's properties plus the protection policy currently in force.", "type": "object", "properties": { "GameSession": { "allOf": [ { "$ref": "#/components/schemas/GameSession" }, { "description": "Object that describes a game session." } ] }, "ProtectionPolicy": { "allOf": [ { "$ref": "#/components/schemas/ProtectionPolicy" }, { "description": "
Current status of protection for the game session.
NoProtection -- The game session can be terminated during a scale-down event.
FullProtection -- If the game session is in an ACTIVE status, it cannot be terminated during a scale-down event.