{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-gamelift/refs/heads/main/json-schema/gamelift-delete-game-server-group-output-schema.json", "title": "DeleteGameServerGroupOutput", "description": "DeleteGameServerGroupOutput schema from Amazon GameLift API", "type": "object", "properties": { "GameServerGroup": { "allOf": [ { "$ref": "#/components/schemas/GameServerGroup" }, { "description": "An object that describes the deleted game server group resource, with status updated to DELETE_SCHEDULED. " } ] } } }