Accident Call Manual

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

Name: accidentcallmanual

Delivery Method: push

ATTRIBUTES

receivedAt required
string The timestamp the manual accident call was received. Format according to ISO 8601 format.
timestamp
string The timestamp the manual accident call was recorded. Format according to ISO 8601 format.
{
  "name": "Accident Call Manual",
  "technicalName": "accidentcallmanual",
  "description": "This value indicates if the manual 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 Manual",
    "required": [
      "receivedAt"
    ],
    "properties": {
      "receivedAt": {
        "type": "string",
        "format": "date-time",
        "title": "The timestamp the manual accident call was received. Format according to ISO 8601 format."
      },
      "timestamp": {
        "type": "string",
        "format": "date-time",
        "title": "The timestamp the manual accident call was recorded. Format according to ISO 8601 format."
      }
    }
  }
}