{ "$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-session-detail-schema.json", "title": "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.

" } ] } } }