{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ContainerForRegisteredWebhooks", "title": "ContainerForRegisteredWebhooks", "additionalProperties": false, "description": "Container for a list of registered webhooks. Webhook details are returned in the same order as the request.", "properties": { "webhookRegistrationResult": { "description": "A list of registered webhooks.", "items": { "$ref": "#/components/schemas/RegisteredWebhook" }, "type": "array" } }, "type": "object" }