{
  "brand": "Aprilia",
  "interval": "Every 10,000 km or annually",
  "services": [
    {
      "id": "aprilia-oil",
      "name": "Oil & Filter Change",
      "description": "Replace oil and OEM filter. Includes crush washer and inspection.",
      "time": "0.7 hr",
      "price": "$130"
    },
    {
      "id": "aprilia-10k",
      "name": "10,000 km Service",
      "description": "Oil, filter, brake inspection, chain tension, and diagnostic scan.",
      "time": "2.2 hr",
      "price": "$270"
    },
    {
      "id": "aprilia-valve",
      "name": "Valve Clearance Inspection",
      "description": "Inspect valve clearances per Aprilia specifications.",
      "time": "3.5 hr",
      "price": "$390"
    }
  ],
  "maintenance": [
    { "item": "Oil Type", "value": "5W-40 or 10W-50 Full Synthetic (Aprilia-approved)" },
    { "item": "Coolant Type", "value": "Long-life ethylene glycol, silicate-free" },
    { "item": "Spark Plug", "value": "NGK 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": "65 Nm" },
    { "component": "Rear Axle", "value": "120 Nm" }
  ],
  "recalls": [
    {
      "title": "Front Brake Hose Inspection",
      "description": "Inspection of front brake hose routing for potential chafing.",
      "date": "2020-02-17"
    }
  ],
  "bulletins": [
    {
      "title": "Ride-by-Wire Calibration",
      "description": "Updated procedure for throttle body calibration after service.",
      "date": "2022-01-28"
    }
  ]
}