Amazon IoT FleetWise · JSON Structure

Iot Fleetwise Can Dbc Definition Structure

Configurations used to create a decoder manifest.

Type: object Properties: 3 Required: 2
AutomotiveConnected VehiclesIoTTelematicsVehicle Data

CanDbcDefinition is a JSON Structure definition published by Amazon IoT FleetWise, describing 3 properties, of which 2 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

networkInterface canDbcFiles signalsMap

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-can-dbc-definition-structure.json",
  "name": "CanDbcDefinition",
  "description": "Configurations used to create a decoder manifest.",
  "type": "object",
  "properties": {
    "networkInterface": {
      "allOf": [
        {
          "$ref": "#/components/schemas/InterfaceId"
        },
        {
          "description": "Contains information about a network interface."
        }
      ]
    },
    "canDbcFiles": {
      "allOf": [
        {
          "$ref": "#/components/schemas/NetworkFilesList"
        },
        {
          "description": "A list of DBC files. You can upload only one DBC file for each network interface and specify up to five (inclusive) files in the list."
        }
      ]
    },
    "signalsMap": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ModelSignalsMap"
        },
        {
          "description": "Pairs every signal specified in your vehicle model with a signal decoder."
        }
      ]
    }
  },
  "required": [
    "networkInterface",
    "canDbcFiles"
  ]
}