PlatformFamily
The server runtime’s platform family; may differ from the
client’s. Closed: fixes the value set, so widening it is a
deliberate, gate-visible protocol change rather than a silent addition
(a later Closed→Open flip is itself additive, data-model.md §5.2).
Fields and variants
Section titled “Fields and variants”"unix""windows"
Source
schema/msp/experimental/msp.schema.json#/types/PlatformFamily
{ "description": "The server runtime's platform family; may differ from the\nclient's. Closed: fixes the value set, so widening it is a\ndeliberate, gate-visible protocol change rather than a silent addition\n(a later `Closed`→`Open` flip is itself additive, data-model.md §5.2).", "enum": [ "unix", "windows" ], "type": "string", "x-msp-openness": "closed"}