{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-ground-station/refs/heads/main/json-schema/ground-station-list-ground-stations-response-schema.json", "title": "ListGroundStationsResponse", "description": "<p/>", "type": "object", "properties": { "groundStationList": { "allOf": [ { "$ref": "#/components/schemas/GroundStationList" }, { "description": "List of ground stations." } ] }, "nextToken": { "allOf": [ { "$ref": "#/components/schemas/PaginationToken" }, { "description": "Next token that can be supplied in the next call to get the next page of ground stations." } ] } } }