Eiffel events are represented as JSON objects. These JSON objects contain three required members: meta, data and links.
Type: Object
Required: Yes
Description: This object contains fields common to all event types: meta-data describing the event itself. It is described in detail here.
Type: Object
Required: Yes
Description: This object contains all fields specific to the event type – the payload of the event – including trace links to non-Eiffel entities. It is described in detail per event type.
Type: Object
Required: Yes
Description: This object contains all types of links to other Eiffel events. Its usage and syntax is described here, while the full list of optional and required links is described in the documentation of each respective event type..