Discord · Schema

MessageEmbedProviderResponse

ChatCommunicationGamingMessagingSocialVideoVoice

Properties

Name Type Description
name string
url stringnull
View JSON Schema on GitHub

JSON Schema

discord-messageembedproviderresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/MessageEmbedProviderResponse",
  "title": "MessageEmbedProviderResponse",
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    },
    "url": {
      "type": [
        "string",
        "null"
      ],
      "format": "uri"
    }
  },
  "required": [
    "name"
  ]
}