{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/flipdish/refs/heads/main/json-structure/menus-menu-nutrition-info-header-structure.json", "name": "MenuNutritionInfoHeader", "description": "MenuNutritionInfoHeader.", "type": "object", "properties": { "MenuId": { "description": "Menu Id", "type": "int32", "example": 500123 }, "NutritionInfoVersionGuid": { "description": "Nutrition information version guid (generated every time the nutrition information is updated)", "type": "uuid", "example": "00000000-0000-0000-0000-000000000000" }, "AbsoluteUrl": { "description": "Absolute URL of the nutrition information json file", "type": "string", "example": "https://api.flipdish.co/example" } } }