Image

Image resource with optional localized alt text

Fortune 500FranchisingHospitalityNYSE QSRQuick Service RestaurantsRestaurants

Properties

Name Type Description
altText object
resource string URI or path to the image resource Image resource with optional localized alt text. This is only the resource part of the url, which needs to be concatenated to the baseUrl listed in the Menu metadata
View JSON Schema on GitHub

JSON Schema

menu-v2-image-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Image",
  "description": "Image resource with optional localized alt text",
  "$id": "https://raw.githubusercontent.com/api-evangelist/restaurant-brands/refs/heads/main/json-schema/menu-v2-image-schema.json",
  "type": "object",
  "properties": {
    "altText": {
      "$ref": "#/components/schemas/LocalizedString"
    },
    "resource": {
      "type": "string",
      "description": "URI or path to the image resource  Image resource with optional localized alt text.\nThis is only the resource part of the url, which needs to be concatenated to the baseUrl listed in the Menu metadata object\n",
      "example": "example"
    }
  }
}