Menu V2 Calories Structure

Calories schema from Burger King's Partners API v2

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

Calories 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

def max min

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-calories-structure.json",
  "name": "Calories",
  "description": "Calories schema from Burger King's Partners API v2",
  "type": "object",
  "properties": {
    "def": {
      "type": "double",
      "description": "Default calorie value",
      "example": 1.0
    },
    "max": {
      "type": "double",
      "description": "Maximum calorie value",
      "example": 1.0
    },
    "min": {
      "type": "double",
      "description": "Minimum calorie value",
      "example": 1.0
    }
  }
}