Convertible Top Position (Relative)

This value indicates the convertible top position at the time of data capturing from 0% (closed) to 100% (open).

Name: convertibletopposition

Delivery Method: pull

ATTRIBUTES

value required
number Convertible top position value.
unit required
string Convertible top position unit.
timestamp required
string The timestamp the vehicle convertible top position was recorded. Format according to ISO 8601 format.
{
  "name": "Convertible Top Position (Relative)",
  "technicalName": "convertibletopposition",
  "description": "This value indicates the convertible top position at the time of data capturing from 0% (closed) to 100% (open).",
  "lifecycleStatus": "PUBLISHED",
  "type": "IN_VEHICLE",
  "personalData": false,
  "schema": {
    "$schema": "http://json-schema.org/draft-04/schema#",
    "type": "object",
    "title": "Convertible Top Position (Relative)",
    "required": [
      "value",
      "timestamp",
      "unit"
    ],
    "properties": {
      "value": {
        "type": "number",
        "title": "Convertible top position value."
      },
      "unit": {
        "type": "string",
        "title": "Convertible top position unit.",
        "enum": [
          "PERCENTAGE"
        ]
      },
      "timestamp": {
        "type": "string",
        "format": "date-time",
        "title": "The timestamp the vehicle convertible top position was recorded. Format according to ISO 8601 format."
      }
    }
  }
}