Amazon IoT FleetWise · JSON Structure

Iot Fleetwise Formatted Vss Structure

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.

Type: object Properties: 1
AutomotiveConnected VehiclesIoTTelematicsVehicle Data

FormattedVss is a JSON Structure definition published by Amazon IoT FleetWise, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

vssJson

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-iot-fleetwise/refs/heads/main/json-structure/iot-fleetwise-formatted-vss-structure.json",
  "name": "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."
        }
      ]
    }
  }
}