{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-gamelift/refs/heads/main/json-structure/gamelift-suspend-game-server-group-output-structure.json", "name": "SuspendGameServerGroupOutput", "description": "SuspendGameServerGroupOutput schema from Amazon GameLift API", "type": "object", "properties": { "GameServerGroup": { "allOf": [ { "$ref": "#/components/schemas/GameServerGroup" }, { "description": "An object that describes the game server group resource, with the SuspendedActions property updated to reflect the suspended activity." } ] } } }