Crash Location Rollover

This value indicates if a rollover was detected at time of data capturing.

Name: crashlocationrollover

Delivery Method: pull

ATTRIBUTES

value required
boolean Crash location rollover value
timestamp required
string The timestamp the Crash location rollover value was recorded. Format according to ISO 8601 format.
{
  "name": "Crash Location Rollover",
  "technicalName": "crashlocationrollover",
  "description": "This value indicates if a rollover was detected at time of data capturing.",
  "lifecycleStatus": "PUBLISHED",
  "type": "IN_VEHICLE",
  "personalData": false,
  "schema": {
    "$schema": "http://json-schema.org/draft-04/schema#",
    "type": "object",
    "title": "Crash Location Rollover",
    "required": [
      "value",
      "timestamp"
    ],
    "properties": {
      "value": {
        "type": "boolean",
        "title": "Crash location rollover value"
      },
      "timestamp": {
        "type": "string",
        "format": "date-time",
        "title": "The timestamp the Crash location rollover value was recorded. Format according to ISO 8601 format."
      }
    }
  }
}