Channel Feedbacks Structure

Feedback on cart prices and availability for cart menu selections. Cart feedback will only be provided for adjusted entries.

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

Feedbacks 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-feedbacks-structure.json",
  "name": "Feedbacks",
  "description": "Feedback on cart prices and availability for cart menu selections. Cart\nfeedback will only be provided for adjusted entries.\n",
  "type": "array",
  "items": {
    "$ref": "#/components/schemas/Feedback"
  }
}