Amazon WorkSpaces · JSON Structure

Workspaces Operating System Structure

The operating system that the image is running.

Type: object Properties: 1
DesktopEnd User ComputingVirtual DesktopDesktop as a Service

OperatingSystem is a JSON Structure definition published by Amazon WorkSpaces, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

Type

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "type": "object",
  "properties": {
    "Type": {
      "allOf": [
        {
          "$ref": "#/components/schemas/OperatingSystemType"
        },
        {
          "description": "The operating system."
        }
      ]
    }
  },
  "description": "The operating system that the image is running.",
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "name": "OperatingSystem",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-workspaces/refs/heads/main/json-structure/workspaces-operating-system-structure.json"
}