HistoryPreference
The history request preference of session/resume. The
forced values downgrade anchored → inline → snapshot → none; under
auto the full rung order is anchoredSnapshot → inline → snapshot →
elided snapshot → none.
Fields and variants
Section titled “Fields and variants”"anchored""auto""inline""snapshot"
Source
schema/msp/experimental/msp.schema.json#/types/HistoryPreference
{ "description": "The `history` request preference of `session/resume`. The\nforced values downgrade `anchored` → `inline` → `snapshot` → `none`; under\n`auto` the full rung order is anchoredSnapshot → inline → snapshot →\nelided snapshot → none.", "enum": [ "auto", "inline", "snapshot", "anchored" ], "type": "string", "x-msp-openness": "closed"}