Menu V2 Localized String Structure

Translated text for different locales

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

LocalizedString 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

en fr

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/menu-v2-localized-string-structure.json",
  "name": "LocalizedString",
  "description": "Translated text for different locales",
  "type": "object",
  "properties": {
    "en": {
      "type": "string",
      "description": "English translation",
      "example": "example"
    },
    "fr": {
      "type": "string",
      "description": "French translation, if any",
      "example": "example"
    }
  }
}