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