{
  "brand": "Indian",
  "interval": "Every 8,000 km or annually",
  "services": [
    {
      "id": "indian-oil",
      "name": "Oil & Filter Change",
      "description": "Replace engine oil and filter using Indian-approved lubricants.",
      "time": "0.8 hr",
      "price": "$140"
    },
    {
      "id": "indian-8k",
      "name": "8,000 km Service",
      "description": "Oil, filter, brake inspection, belt tension check, and safety inspection.",
      "time": "2.4 hr",
      "price": "$280"
    }
  ],
  "maintenance": [
    { "item": "Engine Oil", "value": "20W-40 or 20W-50 V-Twin Oil" },
    { "item": "Coolant Type", "value": "Long-life ethylene glycol (liquid-cooled models)" },
    { "item": "Spark Plug", "value": "NGK as per model spec" }
  ],
  "tires": {
    "front": "130/90B16 or 130/80B17 (cruiser/touring)",
    "rear": "180/65B16 or similar",
    "pressure_front": "36 psi",
    "pressure_rear": "40 psi"
  },
  "drive": {
    "type": "Belt",
    "spec": "Reinforced drive belt",
    "tension": "Check with belt gauge per spec"
  },
  "torque": [
    { "component": "Front Axle", "value": "95 Nm" },
    { "component": "Rear Axle", "value": "150 Nm" }
  ],
  "recalls": [
    {
      "title": "Rear Brake Line Routing",
      "description": "Inspection of rear brake line routing for potential chafing.",
      "date": "2020-03-19"
    }
  ],
  "bulletins": [
    {
      "title": "Ride Command Software Update",
      "description": "Improved navigation stability and Bluetooth connectivity.",
      "date": "2022-09-07"
    }
  ]
}