Channel Nutrition Structure

Nutrition Details

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

calories nutrients allergens

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/channel-nutrition-structure.json",
  "name": "Nutrition",
  "description": "Nutrition Details",
  "type": "object",
  "properties": {
    "calories": {
      "$ref": "#/components/schemas/Calories"
    },
    "nutrients": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/Nutrient"
      }
    },
    "allergens": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/Allergen"
      }
    }
  }
}