Discord · Schema

VoiceRegion

ChatCommunicationGamingMessagingSocialVideoVoice

Properties

Name Type Description
id string
name string
optimal boolean
deprecated boolean
custom boolean
View JSON Schema on GitHub

JSON Schema

discord-voiceregion-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/VoiceRegion",
  "title": "VoiceRegion",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "optimal": {
      "type": "boolean"
    },
    "deprecated": {
      "type": "boolean"
    },
    "custom": {
      "type": "boolean"
    }
  }
}