Navigation Destination Arrival Time

The arrival time (hh:mm) at the navigation destination.

Name: navigationarrivaltime

Delivery Method: pull

ATTRIBUTES

value required
string Value of arrival time.
timestamp required
string The timestamp when arrival time was recorded. Format according to ISO 8601 format.
{
  "name": "Navigation Destination Arrival Time",
  "technicalName": "navigationarrivaltime",
  "description": "The arrival time (hh:mm) at the navigation destination.",
  "lifecycleStatus": "PUBLISHED",
  "type": "IN_VEHICLE",
  "personalData": false,
  "schema": {
    "$schema": "http://json-schema.org/draft-04/schema#",
    "type": "object",
    "title": "Navigation Destination Arrival Time",
    "required": [
      "value",
      "timestamp"
    ],
    "properties": {
      "value": {
        "type": "string",
        "title": "Value of arrival time."
      },
      "timestamp": {
        "type": "string",
        "title": "The timestamp when arrival time was recorded. Format according to ISO 8601 format.",
        "format": "date-time"
      }
    }
  }
}