{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/restaurant-brands/refs/heads/main/json-structure/channel-payment-structure.json", "name": "Payment", "description": "Payment schema from Burger King's Partners API", "type": "object", "properties": { "paymentMethod": { "$ref": "#/components/schemas/PaymentMethod" } } }