Tire Pressure - Rear Right (Nominal)

This value indicates the nominal rear right tire pressure for the actual tire/wheel combination.

Name: tirepressurerearrightnominal

Delivery Method: pull

ATTRIBUTES

value required
number Nominal rear right tire pressure value
unit required
string Nominal rear right tire pressure unit
timestamp required
string The timestamp the nominal rear right tire pressure value was recorded. Format according to ISO 8601 format.
{
  "name": "Tire Pressure - Rear Right (Nominal)",
  "technicalName": "tirepressurerearrightnominal",
  "description": "This value indicates the nominal rear right tire pressure for the actual tire/wheel combination.",
  "lifecycleStatus": "PUBLISHED",
  "type": "IN_VEHICLE",
  "personalData": false,
  "schema": {
    "$schema": "http://json-schema.org/draft-04/schema#",
    "type": "object",
    "title": "Tire Pressure - Rear Right (Nominal)",
    "required": [
      "value",
      "unit",
      "timestamp"
    ],
    "properties": {
      "value": {
        "type": "number",
        "title": "Nominal rear right tire pressure value"
      },
      "unit": {
        "type": "string",
        "enum": [
          "Bar",
          "PSI",
          "kPa"
        ],
        "title": "Nominal rear right tire pressure unit"
      },
      "timestamp": {
        "type": "string",
        "format": "date-time",
        "title": "The timestamp the nominal rear right tire pressure value was recorded. Format according to ISO 8601 format."
      }
    }
  }
}