{ "$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": " 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." } ] } } }