Event structure
Each event contains core metadata and a custom payload. The structure provides total auditability for all processes.| Field | Type | Description |
|---|---|---|
id | string | Unique identifier of the event. |
type | string | Identifier representing the action (e.g., github.pr.created). |
source | string | System or tool that originated the event. |
actorId | string | Identifier of the actor who triggered the action. |
timestamp | string | ISO 8601 timestamp when the event occurred. |
payload | object | JSON payload containing event-specific data. |