{
  "name": "Full Ingest Example",
  "items": [
    {
      "type": "MOVIE",
      "external_id": "avatar",
      "data": {
        "title": "Avatar",
        "original_title": "James Cameron's Avatar",
        "description": "Avatar is a 2009 American epic science fiction film...",
        "synopsis": "In 2154, humans have depleted Earth's natural resources...",
        "released": "2009-12-10",
        "studio": "20th Century Fox",
        "tags": ["3D", "SciFi", "Highlight"],
        "cast": ["Sam Worthington", "Zoe Saldana", "Sigourney Weaver"],
        "production_countries": [
          "United States of America",
          "Estonia",
          "Germany",
          "COL",
          "ESP"
        ],
        "genres": ["Sci-Fi", "Drama"],
        "licenses": [
          {
            "start": "2020-08-01T00:00:00.000+00:00",
            "end": "2020-08-30T23:59:59.999+00:00",
            "countries": ["AW", "AT", "FI"]
          }
        ],
        "main_video": {
          "source": "example_videos/videos/avatar",
          "profile": "DEFAULT"
        },
        "trailers": [
          {
            "source": "example_videos/trailers/avatar_1",
            "profile": "DEFAULT"
          },
          {
            "source": "example_videos/trailers/avatar_2",
            "profile": "DEFAULT"
          }
        ],
        "images": [
          {
            "path": "example_images/covers/avatar_1.jpg",
            "type": "COVER"
          },
          {
            "path": "example_images/teasers/avatar_1.jpg",
            "type": "TEASER"
          }
        ],
        "localizations": [
          {
            "language_tag": "de-DE",
            "title": "Avatar – Aufbruch nach Pandora",
            "description": "Avatar ist ein US-amerikanischer Science-Fiction-Epos aus dem Jahr 2009...",
            "synopsis": "Im Jahr 2154 haben die Menschen die natürlichen Ressourcen der Erde erschöpft..."
          },
          {
            "language_tag": "et-EE",
            "title": "Avatar",
            "description": "Avatar on 2009. aasta Ameerika eepiline ulmefilm...",
            "synopsis": "Aastal 2154 on inimesed ammendanud Maa loodusvarad..."
          }
        ]
      }
    },
    {
      "type": "EPISODE",
      "external_id": "mandalorian_s2_e1",
      "data": {
        "index": 1,
        "parent_external_id": "mandalorian_s2",
        "title": "The Marshal",
        "original_title": "Chapter 9: The Marshal",
        "description": "After the stories of Jango and Boba Fett, another warrior emerges in the Star Wars universe...",
        "synopsis": "The Mandalorian is drawn to the Outer Rim in search of others of his kind.",
        "released": "2020-10-30",
        "studio": "Lucasfilm",
        "tags": ["star wars", "mandalorian", "bounty hunter"],
        "genres": ["Action", "Sci-Fi"],
        "cast": ["Pedro Pascal", "Carl Weathers", "Gina Carano"],
        "production_countries": ["USA"],
        "licenses": [
          {
            "start": "2020-08-01T00:00:00.000+00:00",
            "end": "2020-08-30T23:59:59.999+00:00",
            "countries": ["AW", "AT", "FI"]
          }
        ],
        "main_video": {
          "source": "example_videos/videos/mandalorian_s2_e1",
          "profile": "DEFAULT"
        },
        "trailers": [
          {
            "source": "example_videos/trailers/mandalorian_s2_e1_t1",
            "profile": "DEFAULT"
          },
          {
            "source": "example_videos/trailers/mandalorian_s2_e1_t2",
            "profile": "DEFAULT"
          }
        ],
        "images": [
          {
            "path": "example_images/covers/mandalorian_s2_e1_t1.jpg",
            "type": "COVER"
          },
          {
            "path": "example_images/teasers/mandalorian_s2_e1_t1.jpg",
            "type": "TEASER"
          }
        ],
        "localizations": [
          {
            "language_tag": "de-DE",
            "title": "The Mandalorian",
            "description": "Nach den Geschichten von Jango und Boba Fett taucht ein weiterer Krieger im Star Wars-Universum auf...",
            "synopsis": "Der Mandalorianer zieht es auf der Suche nach Artgenossen in den Outer Rim."
          },
          {
            "language_tag": "et-EE",
            "title": "The Mandalorian",
            "description": "Pärast Jango ja Boba Fetti lugusid kerkib Tähesõdade universumis esile veel üks sõdalane...",
            "synopsis": "Mandaloriat tõmbab Välisääre poole, et otsida teisi omasuguseid."
          }
        ]
      }
    },
    {
      "type": "SEASON",
      "external_id": "mandalorian_s2",
      "data": {
        "index": 2,
        "parent_external_id": "mandalorian",
        "description": "After the stories of Jango and Boba Fett, another warrior emerges in the Star Wars universe...",
        "synopsis": "A Mandalorian bounty hunter tracks a target for a well-paying, mysterious client.",
        "released": "2020-10-30",
        "studio": "Lucasfilm",
        "tags": ["star wars", "mandalorian", "bounty hunter"],
        "genres": ["Action", "Sci-Fi"],
        "cast": ["Pedro Pascal", "Carl Weathers", "Gina Carano"],
        "production_countries": ["USA"],
        "licenses": [
          {
            "start": "2020-08-01T00:00:00.000+00:00",
            "end": "2020-08-30T23:59:59.999+00:00",
            "countries": ["AW", "AT", "FI"]
          }
        ],
        "trailers": [
          {
            "source": "example_videos/trailers/mandalorian_s2_t1",
            "profile": "DEFAULT"
          },
          {
            "source": "example_videos/trailers/mandalorian_s2_t2",
            "profile": "DEFAULT"
          }
        ],
        "images": [
          {
            "path": "example_images/covers/mandalorian_s2.jpg",
            "type": "COVER"
          },
          {
            "path": "example_images/teasers/mandalorian_s2.jpg",
            "type": "TEASER"
          }
        ],
        "localizations": [
          {
            "language_tag": "de-DE",
            "description": "Nach den Geschichten von Jango und Boba Fett taucht ein weiterer Krieger im Star Wars-Universum auf...",
            "synopsis": "Ein mandalorianischer Kopfgeldjäger verfolgt ein Ziel für einen gut zahlenden, mysteriösen Kunden."
          },
          {
            "language_tag": "et-EE",
            "description": "Pärast Jango ja Boba Fetti lugusid kerkib Tähesõdade universumis esile veel üks sõdalane...",
            "synopsis": "Mandaloriast pärit pearahakütt jälitab hästi maksva ja salapärase kliendi sihtmärki."
          }
        ]
      }
    },
    {
      "type": "TVSHOW",
      "external_id": "mandalorian",
      "data": {
        "title": "Mandalorian",
        "original_title": "The Mandalorian",
        "description": "After the stories of Jango and Boba Fett, another warrior emerges in the Star Wars universe...",
        "synopsis": "The travels of a lone bounty hunter in the outer reaches of the galaxy, far from the authority of the New Republic.",
        "released": "2019-11-12",
        "studio": "Lucasfilm",
        "tags": ["star wars", "mandalorian", "bounty hunter"],
        "genres": ["Action", "Sci-Fi"],
        "cast": ["Pedro Pascal", "Carl Weathers", "Gina Carano"],
        "production_countries": ["USA"],
        "licenses": [
          {
            "start": "2020-08-01T00:00:00.000+00:00",
            "end": "2020-08-30T23:59:59.999+00:00",
            "countries": ["AW", "AT", "FI"]
          }
        ],
        "trailers": [
          {
            "source": "example_videos/trailers/mandalorian_t1",
            "profile": "DEFAULT"
          },
          {
            "source": "example_videos/trailers/mandalorian_t2",
            "profile": "DEFAULT"
          }
        ],
        "images": [
          {
            "path": "example_images/covers/mandalorian_1.jpg",
            "type": "COVER"
          },
          {
            "path": "example_images/teasers/mandalorian_1.jpg",
            "type": "TEASER"
          }
        ],
        "localizations": [
          {
            "language_tag": "de-DE",
            "title": "The Mandalorian",
            "description": "Nach den Geschichten von Jango und Boba Fett taucht ein weiterer Krieger im Star Wars-Universum auf...",
            "synopsis": "Die Reisen eines einsamen Kopfgeldjägers in den äußeren Bereichen der Galaxis, weit entfernt von der Autorität der Neuen Republik."
          },
          {
            "language_tag": "et-EE",
            "title": "The Mandalorian",
            "description": "Pärast Jango ja Boba Fetti lugusid kerkib Tähesõdade universumis esile veel üks sõdalane...",
            "synopsis": "Üksildase pearahaküti reisid galaktika äärealadel, kaugel Uue Vabariigi autoriteedist."
          }
        ]
      }
    }
  ]
}
