Trip XEV Battery Distance Accumulated (Trip)

This value indicates the distance traveled using only electric energy during a trip.

Name: tripxevbatterydistanceaccumulated

Delivery Method: pull

ATTRIBUTES

value required
number The distance traveled using only electric energy during a trip.
unit required
string Vehicle distance unit.”
timestamp required
string The timestamp the distance traveled using only electric energy during a trip was recorded. Format according to ISO 8601 format.
{
  "name": "Trip XEV Battery Distance Accumulated (Trip)",
  "technicalName": "tripxevbatterydistanceaccumulated",
  "description": "This value indicates the distance traveled using only electric energy during a trip.",
  "lifecycleStatus": "tbd",
  "type": "IN_VEHICLE",
  "personalData": true,
  "event": true,
  "schema": {
    "$schema": "http://json-schema.org/draft-04/schema#",
    "type": "object",
    "title": "Trip XEV Battery Distance Accumulated (Trip)",
    "required": [
      "value",
      "unit",
      "timestamp"
    ],
    "properties": {
      "value": {
        "type": "number",
        "title": "The distance traveled using only electric energy during a trip."
      },
      "unit": {
        "type": "string",
        "enum": [
          "km"
        ],
        "title": "Vehicle distance unit."
      },
      "timestamp": {
        "type": "string",
        "format": "date-time",
        "title": "The timestamp the distance traveled using only electric energy during a trip was recorded. Format according to ISO 8601 format."
      }
    }
  }
}