{
  "$mulmocast": {
    "version": "1.1",
    "credit": "closing"
  },
  "references": [
    {
      "url": "https://www.somegreatwebsite.com/article/123",
      "title": "Title of the article we are referencing",
      "type": "[TYPE OF ARTICLE: article, paper, image, video, audio]"
    }
  ],
  "title": "[TITLE: Brief, engaging title for the topic]",
  "htmlImageParams": {
    "provider": "anthropic",
    "model": "claude-sonnet-4-5-20250929"
  },
  "lang": "en",
  "beats": [
    {
      "text": "[NARRATION: Narration for the beat.]",
      "htmlPrompt": {
        "prompt": "[PROMPT to create appropriate HTML page for the beat.]"
      }
    },
    {
      "text": "[NARRATION: Narration for the beat.]",
      "htmlPrompt": {
        "prompt": "[PROMPT to create appropriate HTML page for the beat with the data.]",
        "data": {
          "description": "DATA TO BE PRESENTED IN THIS BEAT (in any format)]",
          "net_income": {
            "Q2 FY2024": 320,
            "Q3 FY2024": 333,
            "Q4 FY2024": 350
          },
          "unit": "USD (Million)"
        }
      }
    }
  ]
}
