Discord · Schema

AvailableLocalesEnum

ChatCommunicationGamingMessagingSocialVideoVoice
View JSON Schema on GitHub

JSON Schema

discord-availablelocalesenum-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/AvailableLocalesEnum",
  "title": "AvailableLocalesEnum",
  "type": "string",
  "oneOf": [
    {
      "title": "ar",
      "description": "The ar locale",
      "const": "ar"
    },
    {
      "title": "bg",
      "description": "The bg locale",
      "const": "bg"
    },
    {
      "title": "cs",
      "description": "The cs locale",
      "const": "cs"
    },
    {
      "title": "da",
      "description": "The da locale",
      "const": "da"
    },
    {
      "title": "de",
      "description": "The de locale",
      "const": "de"
    },
    {
      "title": "el",
      "description": "The el locale",
      "const": "el"
    },
    {
      "title": "en-GB",
      "description": "The en-GB locale",
      "const": "en-GB"
    },
    {
      "title": "en-US",
      "description": "The en-US locale",
      "const": "en-US"
    },
    {
      "title": "es-419",
      "description": "The es-419 locale",
      "const": "es-419"
    },
    {
      "title": "es-ES",
      "description": "The es-ES locale",
      "const": "es-ES"
    },
    {
      "title": "fi",
      "description": "The fi locale",
      "const": "fi"
    },
    {
      "title": "fr",
      "description": "The fr locale",
      "const": "fr"
    },
    {
      "title": "he",
      "description": "The he locale",
      "const": "he"
    },
    {
      "title": "hi",
      "description": "The hi locale",
      "const": "hi"
    },
    {
      "title": "hr",
      "description": "The hr locale",
      "const": "hr"
    },
    {
      "title": "hu",
      "description": "The hu locale",
      "const": "hu"
    },
    {
      "title": "id",
      "description": "The id locale",
      "const": "id"
    },
    {
      "title": "it",
      "description": "The it locale",
      "const": "it"
    },
    {
      "title": "ja",
      "description": "The ja locale",
      "const": "ja"
    },
    {
      "title": "ko",
      "description": "The ko locale",
      "const": "ko"
    },
    {
      "title": "lt",
      "description": "The lt locale",
      "const": "lt"
    },
    {
      "title": "nl",
      "description": "The nl locale",
      "const": "nl"
    },
    {
      "title": "no",
      "description": "The no locale",
      "const": "no"
    },
    {
      "title": "pl",
      "description": "The pl locale",
      "const": "pl"
    },
    {
      "title": "pt-BR",
      "description": "The pt-BR locale",
      "const": "pt-BR"
    },
    {
      "title": "ro",
      "description": "The ro locale",
      "const": "ro"
    },
    {
      "title": "ru",
      "description": "The ru locale",
      "const": "ru"
    },
    {
      "title": "sv-SE",
      "description": "The sv-SE locale",
      "const": "sv-SE"
    },
    {
      "title": "th",
      "description": "The th locale",
      "const": "th"
    },
    {
      "title": "tr",
      "description": "The tr locale",
      "const": "tr"
    },
    {
      "title": "uk",
      "description": "The uk locale",
      "const": "uk"
    },
    {
      "title": "vi",
      "description": "The vi locale",
      "const": "vi"
    },
    {
      "title": "zh-CN",
      "description": "The zh-CN locale",
      "const": "zh-CN"
    },
    {
      "title": "zh-TW",
      "description": "The zh-TW locale",
      "const": "zh-TW"
    }
  ]
}