Last Trip Driving Style Acceleration

Driving style acceleration behaviour [0-5].

Name: lasttripaccelerationstars

Delivery Method: pull

ATTRIBUTES

value required
number Driving style acceleration value
timestamp required
string The timestamp the driving style acceleration was recorded. Format according to ISO 8601 format.
{
  "name": "Last Trip Driving Style Acceleration",
  "technicalName": "lasttripaccelerationstars",
  "description": "Driving style acceleration behaviour [0-5].",
  "lifecycleStatus": "PUBLISHED",
  "type": "IN_VEHICLE",
  "personalData": false,
  "schema": {
    "$schema": "http://json-schema.org/draft-04/schema#",
    "type": "object",
    "title": "Last Trip Driving Style Acceleration",
    "required": [
      "value",
      "timestamp"
    ],
    "properties": {
      "value": {
        "type": "number",
        "title": "Driving style acceleration value"
      },
      "timestamp": {
        "type": "string",
        "format": "date-time",
        "title": "The timestamp the driving style acceleration was recorded. Format according to ISO 8601 format."
      }
    }
  }
}