Define an interface to register webhook event types
Before sending any messages, we need to define event types in our webhooks management system. When an event is triggered, JSON messages containing data related to the event are delivered to user HTTP endpoints.
An event type must have a name, a description and a JSON schema describing the content of the sent messages.
Edited by Antoine Lambert