Skip to content
Developer Preview

SessionViewHealth

The view-health state. Open enum (x-msp-openness: open): a client MUST ignore an unrecognized value. v1 emits only Unavailable; openness itself reserves additive room for a future re-arm (ADR 32557 D1 names it healthy) and for the durable-degraded axis, so no never-emitted token is baked onto the stable surface now.

  • "unavailable"
Source

schema/msp/experimental/msp.schema.json#/types/SessionViewHealth

{
"description": "The view-health state. Open enum (`x-msp-openness:\nopen`): a client MUST ignore an unrecognized value. v1 emits only\n`Unavailable`; openness itself reserves additive room for a future re-arm\n(ADR 32557 D1 names it `healthy`) and for the durable-degraded axis,\nso no never-emitted token is baked onto the stable surface now.",
"enum": [
"unavailable"
],
"type": "string",
"x-msp-openness": "open"
}