waitingroom_default_template_language

The language of the default page template. If no default_template_language is provided, then `en-US` (English) will be used.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-waitingroom-default-template-language-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/waitingroom_default_template_language",
  "title": "waitingroom_default_template_language",
  "default": "en-US",
  "description": "The language of the default page template. If no default_template_language is provided, then `en-US` (English) will be used.",
  "enum": [
    "en-US",
    "es-ES",
    "de-DE",
    "fr-FR",
    "it-IT",
    "ja-JP",
    "ko-KR",
    "pt-BR",
    "zh-CN",
    "zh-TW",
    "nl-NL",
    "pl-PL",
    "id-ID",
    "tr-TR",
    "ar-EG",
    "ru-RU",
    "fa-IR"
  ],
  "example": "es-ES",
  "type": "string"
}