{
  "brand": "Moto Guzzi",
  "interval": "Every 10,000 km or annually",
  "services": [
    {
      "id": "guzzi-oil",
      "name": "Oil & Filter Change",
      "description": "Replace oil and OEM filter. Includes crush washer.",
      "time": "0.7 hr",
      "price": "$130"
    },
    {
      "id": "guzzi-10k",
      "name": "10,000 km Service",
      "description": "Oil, filter, brake inspection, shaft drive check, and safety inspection.",
      "time": "2.3 hr",
      "price": "$270"
    },
    {
      "id": "guzzi-final",
      "name": "Final Drive Service",
      "description": "Drain and replace final drive oil. Inspect seals.",
      "time": "0.6 hr",
      "price": "$120"
    },
    {
      "id": "guzzi-valve",
      "name": "Valve Clearance Inspection",
      "description": "Inspect valve clearances per Moto Guzzi specifications.",
      "time": "3.0 hr",
      "price": "$340"
    }
  ],
  "maintenance": [
    { "item": "Oil Type", "value": "10W-60 Full Synthetic (Guzzi-approved)" },
    { "item": "Final Drive Oil", "value": "75W-90 Synthetic Gear Oil" },
    { "item": "Spark Plug", "value": "NGK as per model spec" }
  ],
  "tires": {
    "front": "110/80R19 or 120/70ZR17 (model dependent)",
    "rear": "150/70R17 or 180/55ZR17",
    "pressure_front": "34–36 psi",
    "pressure_rear": "38–42 psi"
  },
  "drive": {
    "type": "Shaft",
    "spec": "Enclosed shaft final drive",
    "tension": "N/A (shaft drive)"
  },
  "torque": [
    { "component": "Front Axle", "value": "65 Nm" },
    { "component": "Rear Wheel Bolts", "value": "80–90 Nm" }
  ],
  "recalls": [
    {
      "title": "Side Stand Bracket Inspection",
      "description": "Inspection of side stand bracket for potential cracking.",
      "date": "2019-05-09"
    }
  ],
  "bulletins": [
    {
      "title": "ECU Map Update",
      "description": "Improved fueling at low RPM and reduced surging.",
      "date": "2021-09-30"
    }
  ]
}