{
"$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-model-manifest-nodes-response-schema.json",
"title": "ListModelManifestNodesResponse",
"description": "ListModelManifestNodesResponse 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 <code>null</code> if there are no more results. "
}
]
}
}
}