ClientDeviceType schema from Amazon WorkSpaces API
{ "type": "string", "enum": [ "DeviceTypeWindows", "DeviceTypeOsx", "DeviceTypeAndroid", "DeviceTypeIos", "DeviceTypeLinux", "DeviceTypeWeb" ], "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "ClientDeviceType", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-workspaces/refs/heads/main/json-schema/workspaces-client-device-type-schema.json", "description": "ClientDeviceType schema from Amazon WorkSpaces API" }