Accident Call Automatic

This value indicates if the automatic accident call was triggered at time of data capturing.

Name: accidentautomatic

Delivery Method: push

ATTRIBUTES

receivedAt required
string The timestamp the automatic accident call was received. Format according to ISO 8601 format.
timestamp
string The timestamp the automatic accident call was recorded. Format according to ISO 8601 format.
{
  "name": "Accident Call Automatic",
  "technicalName": "accidentautomatic",
  "description": "This value indicates if the automatic accident call was triggered at time of data capturing.",
  "lifecycleStatus": "PUBLISHED",
  "type": "IN_VEHICLE",
  "personalData": false,
  "event": true,
  "schema": {
    "$schema": "http://json-schema.org/draft-04/schema#",
    "type": "object",
    "title": "Accident Call Automatic",
    "required": [
      "receivedAt"
    ],
    "properties": {
      "receivedAt": {
        "type": "string",
        "format": "date-time",
        "title": "The timestamp the automatic accident call was received. Format according to ISO 8601 format."
      },
      "timestamp": {
        "type": "string",
        "format": "date-time",
        "title": "The timestamp the automatic accident call was recorded. Format according to ISO 8601 format."
      }
    }
  }
}