Channel Image Structure

Image schema from Burger King's Partners API

Type: object Properties: 2
Fortune 500FranchisingHospitalityNYSE QSRQuick Service RestaurantsRestaurants

Image is a JSON Structure definition published by Restaurant Brands International, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

url altText

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-image-structure.json",
  "name": "Image",
  "description": "Image schema from Burger King's Partners API",
  "type": "object",
  "properties": {
    "url": {
      "type": "string",
      "example": "https://bk-partners.rbictg.com"
    },
    "altText": {
      "$ref": "#/components/schemas/LocalizedText"
    }
  }
}