Channel Config Offer Entry Structure

ConfigOfferEntry schema from Burger King's Partners API

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

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

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-config-offer-entry-structure.json",
  "name": "ConfigOfferEntry",
  "description": "ConfigOfferEntry schema from Burger King's Partners API",
  "type": "object",
  "allOf": [
    {
      "$ref": "#/components/schemas/LoyaltyBaseEntry"
    },
    {
      "properties": {
        "type": {
          "enum": [
            "CONFIG_OFFER"
          ],
          "example": "CONFIG_OFFER"
        },
        "loyaltyPoints": {
          "example": "250"
        }
      }
    }
  ]
}