{
  "name": "Metrics Quotes Timeline Example",
  "slides": [
    {
      "title": "Operating Metric",
      "type": "metric",
      "metric": {
        "value": "42%",
        "label": "Review cycle reduction",
        "description": "Median reduction across customer review workflows.",
        "delta": "+11 pts",
        "trend": "up"
      }
    },
    {
      "title": "Customer Proof",
      "type": "quote",
      "quote": {
        "text": "The new workflow made exceptions visible before they became escalations.",
        "attribution": "VP Operations, Acme Corp",
        "source": "Customer interview"
      }
    },
    {
      "title": "Rollout Plan",
      "type": "timeline",
      "timeline": {
        "name": "Regional Rollout",
        "description": "Major milestones for the rollout.",
        "events": [
          {
            "when": "Q1",
            "what": "Pilot",
            "description": "Launch with one operations team."
          },
          {
            "when": "Q2",
            "what": "Rollout",
            "description": "Expand to all regions."
          },
          {
            "when": "Q3",
            "what": "Scale",
            "description": "Automate exception reporting."
          }
        ]
      }
    }
  ]
}
