Next Legal Inspection Date

This value indicates when the next inspection is due.

Name: nextlegalinspectiondate

Delivery Method: pull

ATTRIBUTES

value required
string Next legal inspection date value
timestamp required
string The timestamp the vehicle next legal inspection date was recorded. Format according to ISO 8601 format.
{
  "name": "Next Legal Inspection Date",
  "technicalName": "nextlegalinspectiondate",
  "description": "This value indicates when the next inspection is due.",
  "lifecycleStatus": "PUBLISHED",
  "type": "IN_VEHICLE",
  "personalData": false,
  "schema": {
    "$schema": "http://json-schema.org/draft-04/schema#",
    "type": "object",
    "title": "Next Legal Inspection Date",
    "required": [
      "value",
      "timestamp"
    ],
    "properties": {
      "value": {
        "type": "string",
        "format": "date-time",
        "title": "Next legal inspection date value"
      },
      "timestamp": {
        "type": "string",
        "format": "date-time",
        "title": "The timestamp the vehicle next legal inspection date was recorded. Format according to ISO 8601 format."
      }
    }
  }
}