{
  "brand": "Royal Enfield",
  "interval": "Every 5,000 km or 6 months",
  "services": [
    {
      "id": "re-oil",
      "name": "Oil & Filter Change",
      "description": "Replace oil and OEM filter. Includes crush washer.",
      "time": "0.6 hr",
      "price": "$120"
    },
    {
      "id": "re-5k",
      "name": "5,000 km Service",
      "description": "Oil, filter, brake inspection, chain tension, and safety inspection.",
      "time": "1.8 hr",
      "price": "$230"
    },
    {
      "id": "re-valve",
      "name": "Valve Clearance Inspection",
      "description": "Inspect valve clearances per Royal Enfield specifications.",
      "time": "2.5 hr",
      "price": "$300"
    }
  ],
  "maintenance": [
    { "item": "Oil Type", "value": "15W-50 Motorcycle Oil (JASO MA)" },
    { "item": "Coolant Type", "value": "Air-cooled or oil-cooled (no coolant) on many models" },
    { "item": "Spark Plug", "value": "NGK as per model spec" }
  ],
  "tires": {
    "front": "90/90-21 or 100/90-19 (Himalayan/Classic variants)",
    "rear": "120/90-17 or similar",
    "pressure_front": "26–32 psi",
    "pressure_rear": "32–36 psi"
  },
  "drive": {
    "type": "Chain",
    "spec": "520 O-ring chain",
    "tension": "25–35 mm slack"
  },
  "torque": [
    { "component": "Front Axle", "value": "45–55 Nm" },
    { "component": "Rear Axle", "value": "70–80 Nm" }
  ],
  "recalls": [
    {
      "title": "Front Brake Hose Routing",
      "description": "Inspection of front brake hose for potential contact with fork.",
      "date": "2021-01-15"
    }
  ],
  "bulletins": [
    {
      "title": "Starter Relay Update",
      "description": "Updated starter relay part for improved reliability.",
      "date": "2022-07-04"
    }
  ]
}