Amazon IoT FleetWise · JSON Structure

Iot Fleetwise Create Signal Catalog Request Structure

CreateSignalCatalogRequest schema

Type: object Properties: 4 Required: 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.

Properties

name description nodes tags

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$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"
  ]
}