Image schema from Burger King's Partners API
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "Image", "description": "Image schema from Burger King's Partners API", "$id": "https://raw.githubusercontent.com/api-evangelist/restaurant-brands/refs/heads/main/json-schema/channel-image-schema.json", "type": "object", "properties": { "url": { "type": "string", "example": "https://bk-partners.rbictg.com" }, "altText": { "$ref": "#/components/schemas/LocalizedText" } } }