Iot Fleetwise Update Signal Catalog Request Structure
UpdateSignalCatalogRequest schema
Type: objectProperties: 5Required: 1
AutomotiveConnected VehiclesIoTTelematicsVehicle Data
UpdateSignalCatalogRequest is a JSON Structure definition published by Amazon IoT FleetWise, describing 5 properties, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
{
"$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-update-signal-catalog-request-structure.json",
"name": "UpdateSignalCatalogRequest",
"description": "UpdateSignalCatalogRequest schema",
"type": "object",
"properties": {
"name": {
"allOf": [
{
"$ref": "#/components/schemas/resourceName"
},
{
"description": " The name of the signal catalog to update. "
}
]
},
"description": {
"allOf": [
{
"$ref": "#/components/schemas/description"
},
{
"description": " A brief description of the signal catalog to update."
}
]
},
"nodesToAdd": {
"allOf": [
{
"$ref": "#/components/schemas/Nodes"
},
{
"description": " A list of information about nodes to add to the signal catalog. "
}
]
},
"nodesToUpdate": {
"allOf": [
{
"$ref": "#/components/schemas/Nodes"
},
{
"description": " A list of information about nodes to update in the signal catalog. "
}
]
},
"nodesToRemove": {
"allOf": [
{
"$ref": "#/components/schemas/NodePaths"
},
{
"description": " A list of <code>fullyQualifiedName</code> of nodes to remove from the signal catalog. "
}
]
}
},
"required": [
"name"
]
}
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.