{
  "brand": "Honda",
  "interval": "Every 6,000 km or annually",
  "services": [
    {
      "id": "honda-oil",
      "name": "Oil & Filter Change",
      "description": "Replace engine oil and OEM filter. Includes crush washer and basic inspection.",
      "time": "0.7 hr",
      "price": "$130"
    },
    {
      "id": "honda-6k",
      "name": "6,000 km Service",
      "description": "Oil, filter, brake inspection, chain adjustment, and full safety inspection.",
      "time": "2.0 hr",
      "price": "$260"
    },
    {
      "id": "honda-12k",
      "name": "12,000 km Service",
      "description": "6,000 km service plus air filter, plug check, and throttle body sync where applicable.",
      "time": "3.0 hr",
      "price": "$360"
    },
    {
      "id": "honda-valve",
      "name": "Valve Clearance Inspection",
      "description": "Inspect and adjust valve clearances per Honda specifications.",
      "time": "3.5 hr",
      "price": "$400"
    }
  ],
  "maintenance": [
    { "item": "Oil Type", "value": "10W-30 or 10W-40 Motorcycle Oil (JASO MA/MA2)" },
    { "item": "Coolant Type", "value": "Honda HP Coolant or equivalent silicate-free" },
    { "item": "Spark Plug", "value": "NGK or Denso as per model spec" }
  ],
  "tires": {
    "front": "120/70ZR17 (typical sport/standard)",
    "rear": "180/55ZR17 (typical sport/standard)",
    "pressure_front": "36 psi",
    "pressure_rear": "42 psi"
  },
  "drive": {
    "type": "Chain (most models)",
    "spec": "520/525 O-ring or X-ring chain",
    "tension": "25–35 mm slack (check model spec)"
  },
  "torque": [
    { "component": "Front Axle", "value": "72 Nm" },
    { "component": "Rear Axle", "value": "98 Nm" },
    { "component": "Front Caliper Bolts", "value": "35 Nm" }
  ],
  "recalls": [
    {
      "title": "Fuel Pump Relay Inspection",
      "description": "Certain models may experience intermittent fuel pump operation due to relay issues.",
      "date": "2022-05-10"
    }
  ],
  "bulletins": [
    {
      "title": "ECU Idle Update",
      "description": "Updated ECU map to improve idle stability and cold start performance.",
      "date": "2023-03-01"
    }
  ]
}