Relative Remaining Oil Life

Approximate fraction of the remaining life of engine oil measured in %

Name: remainingoillife

Delivery Method: pull

ATTRIBUTES

value required
number The value of oil life remaining
unit required
string Unit of measurement
timestamp required
string The timestamp the measure was recorded. Format according to ISO 8601 format.
{
  "name": "Relative Remaining Oil Life",
  "technicalName": "remainingoillife",
  "description": "Approximate fraction of the remaining life of engine oil measured in %",
  "lifecycleStatus": "PUBLISHED",
  "type": "IN_VEHICLE",
  "personalData": false,
  "schema": {
    "$schema": "http://json-schema.org/draft-04/schema#",
    "type": "object",
    "title": "Relative Remaining Oil Life",
    "required": [
      "value",
      "unit",
      "timestamp"
    ],
    "properties": {
      "value": {
        "type": "number",
        "title": "The value of oil life remaining"
      },
      "unit": {
        "type": "string",
        "title": "Unit of measurement",
        "enum": [
          "PERCENTAGE"
        ]
      },
      "timestamp": {
        "type": "string",
        "format": "date-time",
        "title": "The timestamp the measure was recorded. Format according to ISO 8601 format."
      }
    }
  }
}