{ "@context": { "@vocab": "https://akabab.github.io/superhero-api/api/vocab#", "schema": "https://schema.org/", "id": "@id", "name": "schema:name", "slug": "schema:identifier", "Character": "schema:Person", "powerstats": "schema:additionalProperty", "intelligence": "intelligence", "strength": "strength", "speed": "speed", "durability": "durability", "power": "power", "combat": "combat", "appearance": "appearance", "gender": "schema:gender", "race": "race", "height": "schema:height", "weight": "schema:weight", "eyeColor": "eyeColor", "hairColor": "hairColor", "biography": "biography", "fullName": "schema:givenName", "alterEgos": "alterEgos", "aliases": "schema:alternateName", "placeOfBirth": "schema:birthPlace", "firstAppearance": "firstAppearance", "publisher": { "@id": "schema:publisher", "@type": "schema:Organization" }, "alignment": "alignment", "work": "work", "occupation": "schema:hasOccupation", "base": "schema:workLocation", "connections": "connections", "groupAffiliation": "schema:memberOf", "relatives": "schema:relatedTo", "images": "schema:image", "xs": "imageXSmall", "sm": "imageSmall", "md": "imageMedium", "lg": "imageLarge" } }