{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/amazon-iot-fleetwise/refs/heads/main/json-schema/iot-fleetwise-list-campaigns-response-schema.json",
"title": "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 <code>null</code> if there are no more results. "
}
]
}
}
}