PlatformOs
The server’s operating system. Closed, for the same reason as
[PlatformFamily].
Fields and variants
Section titled “Fields and variants”"linux""macos""windows"
Source
schema/msp/experimental/msp.schema.json#/types/PlatformOs
{ "description": "The server's operating system. Closed, for the same reason as\n[`PlatformFamily`].", "enum": [ "macos", "linux", "windows" ], "type": "string", "x-msp-openness": "closed"}