| title | Subscription |
|---|---|
| description | Subscription Schema Reference |
| Property | Type | Required | Description |
|---|---|---|---|
| id | string |
✅ | Unique subscription identifier |
| events | object[] |
✅ | Array of events to subscribe to |
| transport | Enum<'websocket' | 'sse' | 'polling'> |
✅ | Transport protocol to use |
| channel | string |
optional | Optional channel name for grouping subscriptions |