Iot Fleetwise Create Signal Catalog Request Structure
CreateSignalCatalogRequest schema
Type: objectProperties: 4Required: 1
AutomotiveConnected VehiclesIoTTelematicsVehicle Data
CreateSignalCatalogRequest is a JSON Structure definition published by Amazon IoT FleetWise, describing 4 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-create-signal-catalog-request-structure.json",
"name": "CreateSignalCatalogRequest",
"description": "CreateSignalCatalogRequest schema",
"type": "object",
"properties": {
"name": {
"allOf": [
{
"$ref": "#/components/schemas/resourceName"
},
{
"description": " The name of the signal catalog to create. "
}
]
},
"description": {
"allOf": [
{
"$ref": "#/components/schemas/description"
},
{
"description": "A brief description of the signal catalog."
}
]
},
"nodes": {
"allOf": [
{
"$ref": "#/components/schemas/Nodes"
},
{
"description": " A list of information about nodes, which are a general abstraction of signals. For more information, see the API data type."
}
]
},
"tags": {
"allOf": [
{
"$ref": "#/components/schemas/TagList"
},
{
"description": "Metadata that can be used to manage 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.