{
  "brand": "Harley-Davidson",
  "interval": "Every 8,000 km or annually",
  "services": [
    {
      "id": "harley-oil",
      "name": "Engine Oil & Filter Change",
      "description": "Replace engine oil and filter with Harley-approved lubricant.",
      "time": "0.8 hr",
      "price": "$140"
    },
    {
      "id": "harley-8k",
      "name": "8,000 km Service",
      "description": "Engine oil, filter, primary and transmission fluid check, brake inspection, and safety inspection.",
      "time": "2.5 hr",
      "price": "$290"
    },
    {
      "id": "harley-16k",
      "name": "16,000 km Service",
      "description": "8,000 km service plus more detailed chassis and driveline inspection.",
      "time": "3.5 hr",
      "price": "$390"
    }
  ],
  "maintenance": [
    { "item": "Engine Oil", "value": "20W-50 V-Twin Oil" },
    { "item": "Primary Fluid", "value": "Harley Primary Chaincase Lubricant" },
    { "item": "Transmission Fluid", "value": "Harley Transmission & Gear Oil" }
  ],
  "tires": {
    "front": "130/80B17 (typical touring)",
    "rear": "180/65B16 (typical touring)",
    "pressure_front": "36 psi",
    "pressure_rear": "40 psi"
  },
  "drive": {
    "type": "Belt",
    "spec": "Carbon fiber reinforced belt",
    "tension": "Check with belt gauge per spec"
  },
  "torque": [
    { "component": "Front Axle", "value": "95 Nm" },
    { "component": "Rear Axle", "value": "150 Nm" }
  ],
  "recalls": [
    {
      "title": "Clutch Master Cylinder Inspection",
      "description": "Inspection of hydraulic clutch master cylinder for potential internal leak.",
      "date": "2019-09-01"
    }
  ],
  "bulletins": [
    {
      "title": "Infotainment Software Update",
      "description": "Update to improve system stability and Bluetooth connectivity.",
      "date": "2022-04-05"
    }
  ]
}