{ "$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" } }