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