brevo · Schema

WebhookList

Properties

Name Type Description
webhooks array List of webhook subscriptions.
View JSON Schema on GitHub

JSON Schema

brevo-webhooklist-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/WebhookList",
  "title": "WebhookList",
  "type": "object",
  "properties": {
    "webhooks": {
      "type": "array",
      "description": "List of webhook subscriptions.",
      "items": {
        "$ref": "#/components/schemas/Webhook"
      }
    }
  }
}