Discord · Schema

VanityURLErrorResponse

ChatCommunicationGamingMessagingSocialVideoVoice

Properties

Name Type Description
message string
code integer
View JSON Schema on GitHub

JSON Schema

discord-vanityurlerrorresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/VanityURLErrorResponse",
  "title": "VanityURLErrorResponse",
  "type": "object",
  "properties": {
    "message": {
      "type": "string"
    },
    "code": {
      "type": "integer",
      "format": "int32"
    }
  },
  "required": [
    "message",
    "code"
  ]
}