Intelligent Emergency Call Automatic

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

Name: intelligentemergencycallautomatic

Delivery Method: push

ATTRIBUTES

receivedAt required
string The timestamp the automatic intelligent emergency call was received. Format according to ISO 8601 format.
timestamp
string The timestamp the automatic intelligent emergency call was recorded. Format according to ISO 8601 format.
{
  "name": "Intelligent Emergency Call Automatic",
  "technicalName": "intelligentemergencycallautomatic",
  "description": "This value indicates if the automatic intelligent emergency 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": "Intelligent Emergency Call Automatic",
    "required": [
      "receivedAt"
    ],
    "properties": {
      "receivedAt": {
        "type": "string",
        "format": "date-time",
        "title": "The timestamp the automatic intelligent emergency call was received. Format according to ISO 8601 format."
      },
      "timestamp": {
        "type": "string",
        "format": "date-time",
        "title": "The timestamp the automatic intelligent emergency call was recorded. Format according to ISO 8601 format."
      }
    }
  }
}