ABS

status
string
A ENUM indicating the current operational condition of the related system. (ALERT, OK)
description
string
A description of the system’s status, if provided by the OEM.
Example
{
  "status": "OK",
  "description": "ABS system functioning normally"
}

Active Safety

status
string
A ENUM indicating the current operational condition of the related system. (ALERT, OK)
description
string
A description of the system’s status, if provided by the OEM.

Airbag

status
string
A ENUM indicating the current operational condition of the related system. (ALERT, OK)
description
string
A description of the system’s status, if provided by the OEM.

Brake Fluid

status
string
A ENUM indicating the current operational condition of the related system. (ALERT, OK)
description
string
A description of the system’s status, if provided by the OEM.

DTCCount

unit
string
The total number of active Diagnostic Trouble Codes (DTCs) currently present in the vehicle’s systems.
value
integer
The total number of active Diagnostic Trouble Codes (DTCs) currently present in the vehicle’s systems.
Example
{
  "unit": "count",
  "value": 2
}

DTCList

values
array
required
Array of Diagnostic Trouble Code (DTC) entries.
Example
{
  "values": [
    {
      "code": "P0300",
      "timestamp": "2023-10-15T08:00:00Z"
    },
    {
      "code": "P0171",
      "timestamp": "2023-10-15T08:00:00Z"
    }
  ]
}

Driver Assistance

status
string
A ENUM indicating the current operational condition of the related system. (ALERT, OK)
description
string
A description of the system’s status, if provided by the OEM.

EVBattery Conditioning

status
string
A ENUM indicating the current operational condition of the related system. (ALERT, OK)
description
string
A description of the system’s status, if provided by the OEM.

EVCharging

status
string
A ENUM indicating the current operational condition of the related system. (ALERT, OK)
description
string
A description of the system’s status, if provided by the OEM.

EVDrive Unit

status
string
A ENUM indicating the current operational condition of the related system. (ALERT, OK)
description
string
A description of the system’s status, if provided by the OEM.

EVHVBattery

status
string
A ENUM indicating the current operational condition of the related system. (ALERT, OK)
description
string
A description of the system’s status, if provided by the OEM.

Emissions

status
string
A ENUM indicating the current operational condition of the related system. (ALERT, OK)
description
string
A description of the system’s status, if provided by the OEM.

Lighting

status
string
A ENUM indicating the current operational condition of the related system. (ALERT, OK)
description
string
A description of the system’s status, if provided by the OEM.

MIL

status
string
A ENUM indicating the current operational condition of the related system. (ALERT, OK)
description
string
A description of the system’s status, if provided by the OEM.

Oil Life

status
string
A ENUM indicating the current operational condition of the related system. (ALERT, OK)
description
string
A description of the system’s status, if provided by the OEM.

Oil Pressure

status
string
A ENUM indicating the current operational condition of the related system. (ALERT, OK)
description
string
A description of the system’s status, if provided by the OEM.

Oil Temperature

status
string
A ENUM indicating the current operational condition of the related system. (ALERT, OK)
description
string
A description of the system’s status, if provided by the OEM.

Telematics

status
string
A ENUM indicating the current operational condition of the related system. (ALERT, OK)
description
string
A description of the system’s status, if provided by the OEM.

Tire Pressure

status
string
A ENUM indicating the current operational condition of the related system. (ALERT, OK)
description
string
A description of the system’s status, if provided by the OEM.

Tire Pressure Monitoring

status
string
A ENUM indicating the current operational condition of the related system. (ALERT, OK)
description
string
A description of the system’s status, if provided by the OEM.

Transmission

status
string
A ENUM indicating the current operational condition of the related system. (ALERT, OK)
description
string
A description of the system’s status, if provided by the OEM.

Washer Fluid

status
string
A ENUM indicating the current operational condition of the related system. (ALERT, OK)
description
string
A description of the system’s status, if provided by the OEM.

Water In Fuel

status
string
A ENUM indicating the current operational condition of the related system. (ALERT, OK)
description
string
A description of the system’s status, if provided by the OEM.