{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/RegisteredWebhook", "title": "RegisteredWebhook", "additionalProperties": false, "description": "ID of a registered webhook or error messages explaining why a webhook wasn't registered.", "properties": { "createdWebhookId": { "description": "The ID of the webhook. Returned if the webhook is created.", "format": "int64", "type": "integer" }, "errors": { "description": "Error messages specifying why the webhook creation failed.", "items": { "description": "Error messages specifying why the webhook creation failed.", "type": "string" }, "type": "array" } }, "type": "object" }