Channel Loyalty Structure

User and transaction information regarding loyalty

Type: object Properties: 2 Required: 2
Fortune 500FranchisingHospitalityNYSE QSRQuick Service RestaurantsRestaurants

Loyalty is a JSON Structure definition published by Restaurant Brands International, describing 2 properties, of which 2 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

loyaltyId transactionId

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-structure.json",
  "name": "Loyalty",
  "description": "User and transaction information regarding loyalty",
  "type": "object",
  "properties": {
    "loyaltyId": {
      "$ref": "#/components/schemas/LoyaltyId"
    },
    "transactionId": {
      "$ref": "#/components/schemas/LoyaltyTransactionId"
    }
  },
  "required": [
    "loyaltyId",
    "transactionId"
  ]
}