{ "$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": " 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": { "vssJson": { "allOf": [ { "$ref": "#/components/schemas/String" }, { "description": "Provides the VSS in JSON format." } ] } } }