{ "@context": { "@version": 1.1, "schema": "https://schema.org/", "disney": "https://disneyapi.dev/#", "xsd": "http://www.w3.org/2001/XMLSchema#", "Character": "schema:Person", "Film": "schema:Movie", "TVShow": "schema:TVSeries", "VideoGame": "schema:VideoGame", "ParkAttraction": "schema:Attraction", "_id": "@id", "name": { "@id": "schema:name", "@type": "xsd:string" }, "url": { "@id": "schema:url", "@type": "@id" }, "imageUrl": { "@id": "schema:image", "@type": "@id" }, "films": { "@id": "schema:subjectOf", "@container": "@set" }, "tvShows": { "@id": "disney:tvShows", "@container": "@set" }, "videoGames": { "@id": "disney:videoGames", "@container": "@set" }, "parkAttractions": { "@id": "disney:parkAttractions", "@container": "@set" }, "allies": { "@id": "schema:knows", "@container": "@set" }, "enemies": { "@id": "disney:enemies", "@container": "@set" }, "alignment": { "@id": "disney:alignment", "@type": "xsd:string" }, "sourceUrl": { "@id": "schema:sameAs", "@type": "@id" } } }