{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/edamam/refs/heads/main/json-structure/food-and-grocery-database-api-nutrient-structure.json", "name": "Nutrient", "description": "Nutrient schema from Edamam Food and Grocery Database API", "type": "object", "properties": { "label": { "type": "string", "example": "Energy" }, "quantity": { "type": "double", "example": 95 }, "unit": { "type": "string", "example": "kcal" } } }