Discord · Schema

UpdateApplicationRoleConnectionRequest

ChatCommunicationGamingMessagingSocialVideoVoice

Properties

Name Type Description
platform_name string
platform_username string
metadata object
View JSON Schema on GitHub

JSON Schema

discord-updateapplicationroleconnectionrequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/UpdateApplicationRoleConnectionRequest",
  "title": "UpdateApplicationRoleConnectionRequest",
  "type": "object",
  "properties": {
    "platform_name": {
      "type": "string",
      "maxLength": 50
    },
    "platform_username": {
      "type": "string",
      "maxLength": 100
    },
    "metadata": {
      "type": "object",
      "additionalProperties": {
        "type": "string"
      }
    }
  }
}