type: object properties: enabled: type: boolean example: true description: Indicates whether webhooks are enabled or disabled. url: type: string example: 'https://example.com/webhook' description: The URL to which webhooks will be sent. This is only mandatory if webhooks are enabled.