Channel Loyalty Base Entry Structure

LoyaltyBaseEntry schema from Burger King's Partners API

Type: object Properties: 11
Fortune 500FranchisingHospitalityNYSE QSRQuick Service RestaurantsRestaurant

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

Properties

id type name description availability discountType discountValue loyaltyPoints price quantityConstraints options

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-loyalty-base-entry-structure.json",
  "name": "LoyaltyBaseEntry",
  "description": "LoyaltyBaseEntry schema from Burger King's Partners API",
  "type": "object",
  "properties": {
    "id": {
      "$ref": "#/components/schemas/EntryId",
      "example": "foo-discount-id"
    },
    "type": {
      "type": "string",
      "enum": [
        "DISCOUNT"
      ],
      "example": "DISCOUNT"
    },
    "name": {
      "$ref": "#/components/schemas/LocalizedText",
      "example": "40% OFF"
    },
    "description": {
      "$ref": "#/components/schemas/LocalizedText",
      "example": "40% OFF of your cart"
    },
    "availability": {
      "description": "Whether or not the entry is available.\nIf this property is undefined, then the entry will be marked as available.\n",
      "type": "boolean",
      "example": true
    },
    "discountType": {
      "type": "string",
      "enum": [
        "AMOUNT",
        "PERCENTAGE"
      ],
      "example": "PERCENTAGE",
      "description": "Provides if the discount should be calculated as a percentage or an amount.\n\n*Note: this is only available for `\"DISCOUNT\"` type.*\n\n| Discount Type | Calculation |\n|---|---|\n| `\"AMOUNT\"` | `Price - discountValue` |\n| `\"PERCENTAGE\"` | `Price - (discountValue% of Price)` |\n"
    },
    "discountValue": {
      "type": "double",
      "example": 40,
      "description": "Amount that should be discounted.\n\n*Note: this is only available for `\"DISCOUNT\"` type.*\n\n| Discount Type | Discount Value unit |\n|---|---|\n| `\"AMOUNT\"` | Dollar amount |\n| `\"PERCENTAGE\"` | Percentage discount |\n"
    },
    "loyaltyPoints": {
      "type": "double",
      "example": 100,
      "description": "Amount of Loyalty Points required to redeem this offer\n"
    },
    "price": {
      "$ref": "#/components/schemas/PriceRange"
    },
    "quantityConstraints": {
      "$ref": "#/components/schemas/QuantityConstraints"
    },
    "options": {
      "type": "object",
      "description": "Collection of typed references to other entities in the menu.\n",
      "properties": {
        "entries": {
          "description": "Depending of the type, the entity referenced will be located\nin different places of the menu:\n\n| Type | Entity Location |\n|---|---|\n| `\"ENTRY\"` | `entries` |\n| `\"SYSTEM_WIDE_OFFER\"` | `systemWideOfferEntries` |\n| `\"REWARD\"` | `rewardEntries` |\n| `\"CONFIG_OFFER\"` | `configOfferEntries` |\n",
          "type": "array",
          "items": {
            "type": "object",
            "properties": {
              "entryId": {
                "$ref": "#/components/schemas/EntryId"
              },
              "type": {
                "type": "string",
                "enum": [
                  "ENTRY",
                  "SYSTEM_WIDE_OFFER",
                  "REWARD",
                  "CONFIG_OFFER"
                ]
              }
            },
            "required": [
              "entryId",
              "type"
            ]
          }
        }
      },
      "required": [
        "id",
        "type"
      ],
      "example": {}
    }
  }
}

Work with this as data

Every JSON Structure here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/channel-loyalty-base-entry-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.