Channel Store Status Changed Structure

StoreStatusChanged schema from Burger King's Partners API

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

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

Properties

reason region storeStatus updatedAt

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-store-status-changed-structure.json",
  "name": "StoreStatusChanged",
  "description": "StoreStatusChanged schema from Burger King's Partners API",
  "type": "object",
  "properties": {
    "reason": {
      "$ref": "#/components/schemas/Reason"
    },
    "region": {
      "$ref": "#/components/schemas/Region"
    },
    "storeStatus": {
      "$ref": "#/components/schemas/StoreStatus"
    },
    "updatedAt": {
      "$ref": "#/components/schemas/DateTime"
    }
  },
  "required": [
    "storeStatus",
    "region",
    "updatedAt"
  ]
}