Condition Based Services Number

The maximum number of service notifications transmitted from the vehicle to the OEM.

Name: conditionbasedservicesnumber

Delivery Method: pull

ATTRIBUTES

value required
number Number of messages
timestamp required
string The timestamp when value was recorded. Format according to ISO 8601 format.
{
  "name": "Condition Based Services Number",
  "technicalName": "conditionbasedservicesnumber",
  "description": "The maximum number of service notifications transmitted from the vehicle to the OEM.",
  "lifecycleStatus": "PUBLISHED",
  "type": "IN_VEHICLE",
  "personalData": false,
  "schema": {
    "$schema": "http://json-schema.org/draft-04/schema#",
    "type": "object",
    "title": "Condition Based Services Number",
    "required": [
      "value",
      "timestamp"
    ],
    "properties": {
      "value": {
        "type": "number",
        "title": "Number of messages"
      },
      "timestamp": {
        "type": "string",
        "title": "The timestamp when value was recorded. Format according to ISO 8601 format.",
        "format": "date-time"
      }
    }
  }
}