{
  "media": [
    {
      "type": "image",
      "url": "https://example.com/image1.jpg",
      "duration": 3
    },
    {
      "type": "video",
      "url": "https://example.com/video1.mp4",
      "duration": 5
    }
  ]
}