{
  "version": 1,
  "steps": [
    {
      "id": "step_001",
      "start_ms": 0,
      "end_ms": 5000,
      "title": "Introduction",
      "body": "Welcome to the demo.",
      "tags": ["intro"],
      "hotspot_ids": ["hotspot_1"],
      "screenshot": {
        "path": "screenshots/step_001.png",
        "timestamp_ms": 1000
      }
    },
    {
      "id": "step_002",
      "start_ms": 5000,
      "end_ms": 10000,
      "title": "Main Feature",
      "body": "This is where the magic happens.",
      "tags": ["feature"],
      "hotspot_ids": [],
      "screenshot": {
        "path": "screenshots/step_002.png",
        "timestamp_ms": 7500
      }
    }
  ]
}
