Unified.to · Schema

MessagingButton

IntegrationsUnified API

Properties

Name Type Description
icon string
id string
text string
View JSON Schema on GitHub

JSON Schema

unified-to-messagingbutton-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/MessagingButton",
  "title": "MessagingButton",
  "properties": {
    "icon": {
      "type": "string"
    },
    "id": {
      "type": "string"
    },
    "text": {
      "type": "string"
    }
  },
  "required": [
    "id"
  ],
  "type": "object"
}