{
  "name": "Movie with Trailers",
  "items": [
    {
      "type": "MOVIE",
      "external_id": "avatar_external_id",
      "data": {
        "title": "Avatar",
        "trailers": [
          {
            "source": "trailers/test_video_1",
            "profile": "DEFAULT"
          },
          {
            "source": "trailers/test_video_2",
            "profile": "DEFAULT"
          }
        ]
      }
    }
  ]
}
