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 trace links to other Eiffel events. It is described in detail here.