Amazon IoT FleetWise · JSON Structure

Iot Fleetwise Signal Catalog Summaries Structure

signalCatalogSummaries schema

Type: array Properties: 0
AutomotiveConnected VehiclesIoTTelematicsVehicle Data

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

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-summaries-structure.json",
  "name": "signalCatalogSummaries",
  "description": "signalCatalogSummaries schema",
  "type": "array",
  "items": {
    "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). "
          }
        ]
      }
    },
    "description": "Information about a collection of standardized signals, which can be attributes, branches, sensors, or actuators."
  }
}