MagicBell · Schema

topic

notificationspush notificationsin-app notificationsemailSMSSlackMicrosoft Teamswebhooksnotification inboxmultichannelmobile pushweb push

Properties

Name Type Description
topic object
View JSON Schema on GitHub

JSON Schema

magicbell-topic.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/magicbell/main/json-schema/magicbell-topic.json",
  "title": "topic",
  "required": [
    "topic"
  ],
  "type": "object",
  "properties": {
    "topic": {
      "required": [
        "subscribers"
      ],
      "type": "object",
      "properties": {
        "subscribers": {
          "type": "boolean"
        }
      },
      "additionalProperties": false
    }
  },
  "additionalProperties": false
}