Crash Location Side Right

This value indicates if a crash was detected at the side right at time of data capturing.

Name: crashlocationsideright

Delivery Method: pull

ATTRIBUTES

value required
boolean Crash location side right value
timestamp required
string The timestamp the Crash location side right value was recorded. Format according to ISO 8601 format.
{
  "name": "Crash Location Side Right",
  "technicalName": "crashlocationsideright",
  "description": "This value indicates if a crash was detected at the side right 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 Side Right",
    "required": [
      "value",
      "timestamp"
    ],
    "properties": {
      "value": {
        "type": "boolean",
        "title": "Crash location side right value"
      },
      "timestamp": {
        "type": "string",
        "format": "date-time",
        "title": "The timestamp the Crash location side right value was recorded. Format according to ISO 8601 format."
      }
    }
  }
}