FormattedVss

Vehicle Signal Specification (VSS) is a precise language used to describe and model signals in vehicle networks. The JSON file collects signal specificiations in a VSS format.

AutomotiveConnected VehiclesIoTTelematicsVehicle Data

Properties

Name Type Description
vssJson object
View JSON Schema on GitHub

JSON Schema

iot-fleetwise-formatted-vss-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-iot-fleetwise/refs/heads/main/json-schema/iot-fleetwise-formatted-vss-schema.json",
  "title": "FormattedVss",
  "description": " <a href=\"https://www.w3.org/auto/wg/wiki/Vehicle_Signal_Specification_(VSS)/Vehicle_Data_Spec\">Vehicle Signal Specification (VSS)</a> is a precise language used to describe and model signals in vehicle networks. The JSON file collects signal specificiations in a VSS format.",
  "type": "object",
  "properties": {
    "vssJson": {
      "allOf": [
        {
          "$ref": "#/components/schemas/String"
        },
        {
          "description": "Provides the VSS in JSON format."
        }
      ]
    }
  }
}