{ "$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-signal-catalogs-response-schema.json", "title": "ListSignalCatalogsResponse", "description": "ListSignalCatalogsResponse schema", "type": "object", "properties": { "summaries": { "allOf": [ { "$ref": "#/components/schemas/signalCatalogSummaries" }, { "description": " A list of information about each signal catalog. " } ] }, "nextToken": { "allOf": [ { "$ref": "#/components/schemas/nextToken" }, { "description": " The token to retrieve the next set of results, or null if there are no more results. " } ] } } }