Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 538 Bytes

File metadata and controls

24 lines (18 loc) · 538 Bytes

AutoShield Telemetry Contract

Version

The current telemetry schema version is 1.0.

Purpose

This contract defines the synthetic vehicle telemetry accepted by AutoShield Lab. It contains no real vehicle, driver, customer, VIN, or location data.

Example event

{
  "schema_version": "1.0",
  "event_id": "evt-20260807-0001",
  "vehicle_id": "veh-demo-001",
  "recorded_at": "2026-08-07T09:30:00Z",
  "speed_kph": 42.0,
  "battery_temperature_c": 38.5,
  "failed_auth_attempts_5m": 0,
  "firmware_version": "3.2.1"
}