{ "type": "object", "properties": { "DeviceTypeWindows": { "allOf": [ { "$ref": "#/components/schemas/DefaultClientBrandingAttributes" }, { "description": "The branding information for Windows devices." } ] }, "DeviceTypeOsx": { "allOf": [ { "$ref": "#/components/schemas/DefaultClientBrandingAttributes" }, { "description": "The branding information for macOS devices." } ] }, "DeviceTypeAndroid": { "allOf": [ { "$ref": "#/components/schemas/DefaultClientBrandingAttributes" }, { "description": "The branding information for Android devices." } ] }, "DeviceTypeIos": { "allOf": [ { "$ref": "#/components/schemas/IosClientBrandingAttributes" }, { "description": "The branding information for iOS devices." } ] }, "DeviceTypeLinux": { "allOf": [ { "$ref": "#/components/schemas/DefaultClientBrandingAttributes" }, { "description": "The branding information for Linux devices." } ] }, "DeviceTypeWeb": { "allOf": [ { "$ref": "#/components/schemas/DefaultClientBrandingAttributes" }, { "description": "The branding information for Web access." } ] } }, "$schema": "https://json-structure.org/meta/core/v0/#", "name": "DescribeClientBrandingResult", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-workspaces/refs/heads/main/json-structure/workspaces-describe-client-branding-result-structure.json", "description": "DescribeClientBrandingResult schema from Amazon WorkSpaces API" }