{
  "brand": "KTM",
  "interval": "Every 5,000 km or 6 months",
  "services": [
    {
      "id": "ktm-oil",
      "name": "Oil & Filter Change",
      "description": "Replace engine oil, filters, and clean oil screens.",
      "time": "0.8 hr",
      "price": "$140"
    },
    {
      "id": "ktm-5k",
      "name": "5,000 km Service",
      "description": "Oil, filters, brake inspection, chain adjustment, and safety inspection.",
      "time": "2.0 hr",
      "price": "$260"
    },
    {
      "id": "ktm-valve",
      "name": "Valve Clearance Inspection",
      "description": "Inspect valve clearances per KTM specifications.",
      "time": "3.0 hr",
      "price": "$340"
    }
  ],
  "maintenance": [
    { "item": "Oil Type", "value": "10W-50 Full Synthetic (KTM-approved)" },
    { "item": "Coolant Type", "value": "Motorex M3.0 or equivalent" },
    { "item": "Spark Plug", "value": "NGK as per model spec" }
  ],
  "tires": {
    "front": "90/90-21 or 120/70ZR17 (model dependent)",
    "rear": "150/70-18 or 180/55ZR17",
    "pressure_front": "26–36 psi (off-road vs road)",
    "pressure_rear": "28–42 psi"
  },
  "drive": {
    "type": "Chain",
    "spec": "520/525 O-ring chain",
    "tension": "35–45 mm slack (off-road) / per spec"
  },
  "torque": [
    { "component": "Front Axle", "value": "60–65 Nm" },
    { "component": "Rear Axle", "value": "90–110 Nm" }
  ],
  "recalls": [
    {
      "title": "Fuel Line Routing Check",
      "description": "Inspection of fuel line routing to prevent chafing and leaks.",
      "date": "2020-09-18"
    }
  ],
  "bulletins": [
    {
      "title": "Starter Freewheel Update",
      "description": "Updated starter freewheel procedure for improved reliability.",
      "date": "2022-03-09"
    }
  ]
}