Next Brake Fluid Change Date

This value indicates when the brake fluid should be changed.

Name: nextbrakefluidchangedate

Delivery Method: pull

ATTRIBUTES

value required
string Next brake fluid change date value
timestamp required
string The timestamp the vehicle next brake fluid change date was recorded. Format according to ISO 8601 format.
{
  "name": "Next Brake Fluid Change Date",
  "technicalName": "nextbrakefluidchangedate",
  "description": "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 Brake Fluid Change Date",
    "required": [
      "value",
      "timestamp"
    ],
    "properties": {
      "value": {
        "type": "string",
        "format": "date-time",
        "title": "Next brake fluid change date value"
      },
      "timestamp": {
        "type": "string",
        "format": "date-time",
        "title": "The timestamp the vehicle next brake fluid change date was recorded. Format according to ISO 8601 format."
      }
    }
  }
}