Menu V2 Nutrition Structure

Nutrition schema from Burger King's Partners API v2

Type: object Properties: 3
Fortune 500FranchisingHospitalityNYSE QSRQuick Service RestaurantsRestaurants

Nutrition is a JSON Structure definition published by Restaurant Brands International, describing 3 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

allergens calories nutrients

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/restaurant-brands/refs/heads/main/json-structure/menu-v2-nutrition-structure.json",
  "name": "Nutrition",
  "description": "Nutrition schema from Burger King's Partners API v2",
  "type": "object",
  "properties": {
    "allergens": {
      "description": "List of allergens",
      "$ref": "#/components/schemas/Allergen"
    },
    "calories": {
      "description": "Calories details",
      "$ref": "#/components/schemas/Calories"
    },
    "nutrients": {
      "description": "List of nutrients",
      "$ref": "#/components/schemas/Nutrient"
    }
  }
}