item/completed
An item reached its terminal state: the authoritative final object.
Parameters
Section titled “Parameters”Type: ItemCompletedParams
item/completed params: the item reached its terminal state
— the authoritative final object. Always cites a durable sourceRange. Clients MUST accept item/completed for an itemId they
never saw item/started for.
| Field | Type | Stability | Presence | Description |
|---|---|---|---|---|
item |
Item | required | The full item at its terminal revision. | |
sessionId |
string |
required | The owning session. | |
sourceRange |
SourceRange | required | The durable records this event folded from. | |
viewCursor |
string |
required | Opaque, strictly monotonic view cursor. |
Source
schema/msp/experimental/msp.schema.json#/notifications/item~2Fcompleted
{ "description": "An item reached its terminal state: the authoritative final object.", "params": { "$ref": "#/$defs/ItemCompletedParams" }}