Next Break Fluid Change Date (Deprecated)

Deprecated - This value indicates when the brake fluid should be changed.

Name: nextbreakfluidchangedate

Delivery Method: pull

ATTRIBUTES

value required
string Next break fluid change date value
timestamp required
string The timestamp the vehicle next break fluid change date was recorded. Format according to ISO 8601 format.
{
  "name": "Next Break Fluid Change Date (Deprecated)",
  "technicalName": "nextbreakfluidchangedate",
  "description": "Deprecated - This value indicates when the brake fluid should be changed.",
  "lifecycleStatus": "PUBLISHED",
  "type": "IN_VEHICLE",
  "personalData": false,
  "schema": {
    "$schema": "http://json-schema.org/draft-04/schema#",
    "type": "object",
    "title": "Next Break Fluid Change Date",
    "required": [
      "value",
      "timestamp"
    ],
    "properties": {
      "value": {
        "type": "string",
        "format": "date-time",
        "title": "Next break fluid change date value"
      },
      "timestamp": {
        "type": "string",
        "format": "date-time",
        "title": "The timestamp the vehicle next break fluid change date was recorded. Format according to ISO 8601 format."
      }
    }
  }
}