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