{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-iot-fleetwise/refs/heads/main/json-structure/iot-fleetwise-list-campaigns-response-structure.json", "name": "ListCampaignsResponse", "description": "ListCampaignsResponse schema", "type": "object", "properties": { "campaignSummaries": { "allOf": [ { "$ref": "#/components/schemas/campaignSummaries" }, { "description": " A summary of information about each campaign. " } ] }, "nextToken": { "allOf": [ { "$ref": "#/components/schemas/nextToken" }, { "description": " The token to retrieve the next set of results, or null if there are no more results. " } ] } } }