Skip to content
Developer Preview

PlatformOs

The server’s operating system. Closed, for the same reason as [PlatformFamily].

  • "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"
}