Scripted database

Type: object

Example:

{
    "description": "VSS mapping information",
    "formatVersion": "0.1.0",
    "scripts_location": "path/scripts",
    "simple_mapping": {
        "Vehicle.Speed": {
            "namespace": "VehicleBus",
            "name": "ID257DIspeed.DI_vehicleSpeed"
        }
    }
}

Type: string

Description of this scripted database

Type: string Default: "0.0.1"

Version of the format

Type: string

Location of the scripts to load

Type: object

Simple mapping of vehicle signals that do not require a script. Simply maps a Scripted signal name to a namespace + signal name


Example:

{
    "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,}
Type: object

All property names must be at least one character long are valid keys.

Type: string

Namespace of the signal

Type: string

Name of the signal