{
    "description": "VSS mapping information",
    "formatVersion": "0.1.0",
    "scripts_location": "path/scripts",
    "simple_mapping": {
        "Vehicle.Speed": {
            "namespace": "VehicleBus",
            "name": "ID257DIspeed.DI_vehicleSpeed"
        }
    }
}
Description of this scripted database
Version of the format
Location of the scripts to load
Simple mapping of vehicle signals that do not require a script. Simply maps a Scripted signal name to a namespace + signal name
{
    "Vehicle.Speed": {
        "namespace": "VehicleBus",
        "name": "ID257DIspeed.DI_vehicleSpeed"
    }
}
All properties whose name matches the following regular expression must respect the following conditions
Property name regular expression:.{1,}
                    All property names must be at least one character long are valid keys.
Namespace of the signal
Name of the signal