{ "type": "object", "required": [ "ResourceId" ], "title": "DescribeClientBrandingRequest", "properties": { "ResourceId": { "allOf": [ { "$ref": "#/components/schemas/DirectoryId" }, { "description": "The directory identifier of the WorkSpace for which you want to view client branding information." } ] } }, "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-workspaces/refs/heads/main/json-schema/workspaces-describe-client-branding-request-schema.json", "description": "DescribeClientBrandingRequest schema from Amazon WorkSpaces API" }