{ "@context": { "@version": 1.1, "edamam": "https://schema.edamam.com/", "schema": "https://schema.org/", "dcterms": "http://purl.org/dc/terms/", "xsd": "http://www.w3.org/2001/XMLSchema#", "FoodHint": "edamam:FoodHint", "Food": "edamam:Food", "Measure": "edamam:Measure", "Nutrient": "edamam:Nutrient", "NutrientsRequest": "edamam:NutrientsRequest", "NutrientsResponse": "edamam:NutrientsResponse", "ParserResponse": "edamam:ParserResponse", "food": { "@id": "edamam:food", "@type": "@id" }, "foodId": { "@id": "edamam:foodId", "@type": "xsd:string" }, "label": { "@id": "schema:name", "@type": "xsd:string" }, "knownAs": { "@id": "edamam:knownAs", "@type": "xsd:string" }, "nutrients": { "@id": "edamam:nutrients", "@type": "@id" }, "category": { "@id": "edamam:category", "@type": "xsd:string" }, "categoryLabel": { "@id": "edamam:categoryLabel", "@type": "xsd:string" }, "image": { "@id": "schema:image", "@type": "@id" }, "measures": { "@id": "edamam:measures", "@container": "@set", "@type": "@id" }, "uri": { "@id": "edamam:uri", "@type": "xsd:string" }, "weight": { "@id": "edamam:weight", "@type": "xsd:decimal" }, "quantity": { "@id": "edamam:quantity", "@type": "xsd:decimal" }, "unit": { "@id": "edamam:unit", "@type": "xsd:string" }, "ingredients": { "@id": "edamam:ingredients", "@container": "@set", "@type": "@id" }, "measureURI": { "@id": "edamam:measureURI", "@type": "xsd:string" }, "calories": { "@id": "edamam:calories", "@type": "xsd:integer" }, "totalWeight": { "@id": "edamam:totalWeight", "@type": "xsd:decimal" }, "dietLabels": { "@id": "edamam:dietLabels", "@container": "@set", "@type": "xsd:string" }, "healthLabels": { "@id": "edamam:healthLabels", "@container": "@set", "@type": "xsd:string" }, "totalNutrients": { "@id": "edamam:totalNutrients", "@type": "@id" }, "totalDaily": { "@id": "edamam:totalDaily", "@type": "@id" }, "text": { "@id": "edamam:text", "@type": "xsd:string" }, "parsed": { "@id": "edamam:parsed", "@container": "@set", "@type": "@id" }, "hints": { "@id": "edamam:hints", "@container": "@set", "@type": "@id" }, "_links": { "@id": "edamam:_links", "@type": "@id" } } }