Discord · Schema

RichEmbedFooter

ChatCommunicationGamingMessagingSocialVideoVoice

Properties

Name Type Description
text stringnull
icon_url stringnull
View JSON Schema on GitHub

JSON Schema

discord-richembedfooter-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/RichEmbedFooter",
  "title": "RichEmbedFooter",
  "type": "object",
  "properties": {
    "text": {
      "type": [
        "string",
        "null"
      ],
      "maxLength": 2048
    },
    "icon_url": {
      "type": [
        "string",
        "null"
      ],
      "maxLength": 2048,
      "format": "uri"
    }
  }
}