Amazon IoT FleetWise · JSON Structure

Iot Fleetwise Signal Catalog Summary Structure

Information about a collection of standardized signals, which can be attributes, branches, sensors, or actuators.

Type: object Properties: 4
AutomotiveConnected VehiclesIoTTelematicsVehicle Data

SignalCatalogSummary is a JSON Structure definition published by Amazon IoT FleetWise, describing 4 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

name arn creationTime lastModificationTime

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-signal-catalog-summary-structure.json",
  "name": "SignalCatalogSummary",
  "description": "Information about a collection of standardized signals, which can be attributes, branches, sensors, or actuators.",
  "type": "object",
  "properties": {
    "name": {
      "allOf": [
        {
          "$ref": "#/components/schemas/string"
        },
        {
          "description": "The name of the signal catalog."
        }
      ]
    },
    "arn": {
      "allOf": [
        {
          "$ref": "#/components/schemas/arn"
        },
        {
          "description": "The Amazon Resource Name (ARN) of the signal catalog."
        }
      ]
    },
    "creationTime": {
      "allOf": [
        {
          "$ref": "#/components/schemas/timestamp"
        },
        {
          "description": "The time the signal catalog was created in seconds since epoch (January 1, 1970 at midnight UTC time). "
        }
      ]
    },
    "lastModificationTime": {
      "allOf": [
        {
          "$ref": "#/components/schemas/timestamp"
        },
        {
          "description": "The time the signal catalog was last updated in seconds since epoch (January 1, 1970 at midnight UTC time). "
        }
      ]
    }
  }
}