Amazon WorkSpaces · JSON Structure

Workspaces Client Device Type Structure

ClientDeviceType schema from Amazon WorkSpaces API

Type: string Properties: 0
DesktopEnd User ComputingVirtual DesktopDesktop as a Service

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

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

JSON Structure

Raw ↑
{
  "type": "string",
  "enum": [
    "DeviceTypeWindows",
    "DeviceTypeOsx",
    "DeviceTypeAndroid",
    "DeviceTypeIos",
    "DeviceTypeLinux",
    "DeviceTypeWeb"
  ],
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "name": "ClientDeviceType",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-workspaces/refs/heads/main/json-structure/workspaces-client-device-type-structure.json",
  "description": "ClientDeviceType schema from Amazon WorkSpaces API"
}