Discord · Schema

WebhookSlackEmbedField

ChatCommunicationGamingMessagingSocialVideoVoice

Properties

Name Type Description
name stringnull
value stringnull
inline booleannull
View JSON Schema on GitHub

JSON Schema

discord-webhookslackembedfield-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/WebhookSlackEmbedField",
  "title": "WebhookSlackEmbedField",
  "type": "object",
  "properties": {
    "name": {
      "type": [
        "string",
        "null"
      ],
      "maxLength": 152133
    },
    "value": {
      "type": [
        "string",
        "null"
      ],
      "maxLength": 152133
    },
    "inline": {
      "type": [
        "boolean",
        "null"
      ]
    }
  }
}