Multilingual Format

v3.0.0
multilingual_format.json

Reusable localization component for multilingual text and URL fields.

Canonical File

URL: https://schemas.meta-aiml.org/v3.0.0/components/multilingual_format.json

Component endpoint: https://schemas.meta-aiml.org/v3.0.0/components/multilingual_format.json

Definitions
Definitions:
- LocalizedText (required: en)
- LocalizedTextOrString
- LocalizedUrl
- Localization
Schema Reference Example
{
  "name": {
    "$ref": "https://schemas.meta-aiml.org/v3.0.0/components/multilingual_format.json#/$defs/LocalizedText"
  },
  "shortDescription": {
    "$ref": "https://schemas.meta-aiml.org/v3.0.0/components/multilingual_format.json#/$defs/LocalizedTextOrString"
  }
}
Value Example
{
  "name": {
    "en": "Aurora Table Napa",
    "es": "Restaurante Aurora Table Napa",
    "fr": "Restaurant Aurora Table Napa"
  },
  "shortDescription": {
    "en": "Seasonal fine dining with tasting menus."
  }
}