{
  "brand": "Ducati",
  "interval": "Every 12,000 km or annually",
  "services": [
    {
      "id": "ducati-oil",
      "name": "Oil & Filter Change",
      "description": "Replace engine oil and OEM filter. Includes crush washer and inspection.",
      "time": "0.8 hr",
      "price": "$140"
    },
    {
      "id": "ducati-12k",
      "name": "12,000 km Service",
      "description": "Oil, filter, brake inspection, chain adjustment, and diagnostic scan.",
      "time": "2.5 hr",
      "price": "$290"
    },
    {
      "id": "ducati-desmo",
      "name": "Desmo Valve Service",
      "description": "Desmodromic valve clearance inspection and adjustment per Ducati spec.",
      "time": "6.0 hr",
      "price": "$700"
    }
  ],
  "maintenance": [
    { "item": "Oil Type", "value": "15W-50 Full Synthetic (Ducati-approved)" },
    { "item": "Coolant Type", "value": "Long-life ethylene glycol, silicate-free" },
    { "item": "Spark Plug", "value": "NGK or equivalent as per model spec" }
  ],
  "tires": {
    "front": "120/70ZR17",
    "rear": "190/55ZR17",
    "pressure_front": "34–36 psi",
    "pressure_rear": "36–42 psi"
  },
  "drive": {
    "type": "Chain",
    "spec": "525/530 X-ring chain",
    "tension": "25–35 mm slack"
  },
  "torque": [
    { "component": "Front Axle", "value": "63 Nm" },
    { "component": "Rear Axle", "value": "180 Nm (single-sided where applicable)" }
  ],
  "recalls": [
    {
      "title": "Side Stand Switch Inspection",
      "description": "Inspection and possible replacement of side stand switch on certain models.",
      "date": "2020-10-30"
    }
  ],
  "bulletins": [
    {
      "title": "Quickshifter Firmware Update",
      "description": "Improved quickshifter smoothness at partial throttle.",
      "date": "2022-06-14"
    }
  ]
}