{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-gamelift/refs/heads/main/json-schema/gamelift-resume-game-server-group-output-schema.json", "title": "ResumeGameServerGroupOutput", "description": "ResumeGameServerGroupOutput 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 resumed activity." } ] } } }