{
  "brand": "Triumph",
  "interval": "Every 10,000 km or annually",
  "services": [
    {
      "id": "triumph-oil",
      "name": "Oil & Filter Change",
      "description": "Replace engine oil and OEM filter. Includes crush washer and inspection.",
      "time": "0.8 hr",
      "price": "$140"
    },
    {
      "id": "triumph-10k",
      "name": "10,000 km Service",
      "description": "Oil, filter, brake inspection, chain adjustment, and diagnostic scan.",
      "time": "2.5 hr",
      "price": "$290"
    },
    {
      "id": "triumph-valve",
      "name": "Valve Clearance Inspection",
      "description": "Inspect valve clearances per Triumph specifications.",
      "time": "3.5 hr",
      "price": "$390"
    }
  ],
  "maintenance": [
    { "item": "Oil Type", "value": "10W-40 Full Synthetic (Triumph-approved)" },
    { "item": "Coolant Type", "value": "Long-life ethylene glycol, silicate-free" },
    { "item": "Spark Plug", "value": "NGK as per model spec" }
  ],
  "tires": {
    "front": "120/70ZR17",
    "rear": "180/55ZR17",
    "pressure_front": "36 psi",
    "pressure_rear": "42 psi"
  },
  "drive": {
    "type": "Chain or Shaft (model dependent)",
    "spec": "525 chain or shaft final drive",
    "tension": "Chain: 25–35 mm slack"
  },
  "torque": [
    { "component": "Front Axle", "value": "65 Nm" },
    { "component": "Rear Axle", "value": "110 Nm" }
  ],
  "recalls": [
    {
      "title": "Switchgear Moisture Intrusion",
      "description": "Inspection and possible replacement of handlebar switchgear.",
      "date": "2019-06-21"
    }
  ],
  "bulletins": [
    {
      "title": "Ride-by-Wire Throttle Update",
      "description": "ECU update to refine low-speed throttle response.",
      "date": "2021-10-11"
    }
  ]
}