{ "@context": { "@vocab": "https://schema.org/", "imdb": "https://api-evangelist.github.io/imdb-api/vocabulary#", "Movie": "schema:Movie", "TVSeries": "schema:TVSeries", "TVEpisode": "schema:TVEpisode", "Person": "schema:Person", "Organization": "schema:Organization", "AggregateRating": "schema:AggregateRating", "Review": "schema:Review", "ImageObject": "schema:ImageObject", "VideoObject": "schema:VideoObject", "id": "@id", "title": "schema:name", "fullTitle": "schema:alternateName", "originalTitle": "schema:alternativeHeadline", "type": "@type", "year": "schema:copyrightYear", "releaseDate": "schema:datePublished", "runtimeMins": "schema:duration", "plot": "schema:description", "directors": "schema:director", "writers": "schema:author", "stars": "schema:actor", "genres": "schema:genre", "countries": "schema:countryOfOrigin", "languages": "schema:inLanguage", "contentRating": "schema:contentRating", "image": "schema:image", "trailer": "schema:trailer", "keywords": "schema:keywords", "imDb": "imdb:imdbRating", "metacritic": "imdb:metacriticRating", "theMovieDb": "imdb:tmdbRating", "rottenTomatoes": "imdb:rottenTomatoesRating", "filmAffinity": "imdb:filmAffinityRating", "imDbRating": "schema:aggregateRating", "imDbRatingVotes": "schema:ratingCount", "birthDate": "schema:birthDate", "deathDate": "schema:deathDate", "boxOffice": "imdb:boxOffice", "budget": "schema:productionCompany", "grossUSA": "imdb:grossUSA", "cumulativeWorldwideGross": "imdb:worldwideGross" } }