| title | RealtimeEvent |
|---|---|
| description | RealtimeEvent Schema Reference |
| Property | Type | Required | Description |
|---|---|---|---|
| id | string |
✅ | Unique event identifier |
| type | string |
✅ | Event type (e.g., record.created, record.updated) |
| object | string |
optional | Object name the event relates to |
| action | Enum<'created' | 'updated' | 'deleted'> |
optional | Action performed |
| payload | any |
optional | Event payload data |
| timestamp | string |
✅ | ISO 8601 datetime when event occurred |
| userId | string |
optional | User who triggered the event |