{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/nutritionix/refs/heads/main/json-structure/track-common-food-structure.json", "name": "CommonFood", "description": "A matched common (generic) food from instant search.", "type": "object", "properties": { "food_name": { "type": "string", "example": "cheese" }, "serving_unit": { "type": "string", "example": "cup, diced" }, "tag_name": { "type": "string", "example": "cheese" }, "serving_qty": { "type": "double", "example": 1 }, "common_type": { "type": "int32", "nullable": true }, "tag_id": { "type": "string", "example": "402" }, "photo": { "$ref": "#/components/schemas/Photo" }, "locale": { "type": "string", "example": "en_US" } } }