Discord · Schema

RichEmbedProvider

ChatCommunicationGamingMessagingSocialVideoVoice

Properties

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

JSON Schema

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