Next Oil Service Date

This value indicates the date of the next oil service.

Name: nextoilservicedate

Delivery Method: pull

ATTRIBUTES

value required
string Next oil service date value
timestamp required
string The timestamp the vehicle next oil service date was recorded. Format according to ISO 8601 format.
{
  "name": "Next Oil Service Date",
  "technicalName": "nextoilservicedate",
  "description": "This value indicates the date of the next oil service.",
  "lifecycleStatus": "PUBLISHED",
  "type": "IN_VEHICLE",
  "personalData": false,
  "schema": {
    "$schema": "http://json-schema.org/draft-04/schema#",
    "type": "object",
    "title": "Next Oil Service Date",
    "required": [
      "value",
      "timestamp"
    ],
    "properties": {
      "value": {
        "type": "string",
        "format": "date-time",
        "title": "Next oil service date value"
      },
      "timestamp": {
        "type": "string",
        "format": "date-time",
        "title": "The timestamp the vehicle next oil service date was recorded. Format according to ISO 8601 format."
      }
    }
  }
}