{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-gamelift/refs/heads/main/json-structure/gamelift-list-game-server-groups-input-structure.json", "name": "ListGameServerGroupsInput", "description": "ListGameServerGroupsInput schema from Amazon GameLift API", "type": "object", "properties": { "Limit": { "allOf": [ { "$ref": "#/components/schemas/PositiveInteger" }, { "description": "The game server groups' limit." } ] }, "NextToken": { "allOf": [ { "$ref": "#/components/schemas/NonZeroAndMaxString" }, { "description": "Specify the pagination token from a previous request to retrieve the next page of results." } ] } } }