{ "type": "object", "required": [ "ResourceId", "ClientProperties" ], "name": "ModifyClientPropertiesRequest", "properties": { "ResourceId": { "allOf": [ { "$ref": "#/components/schemas/NonEmptyString" }, { "description": "The resource identifiers, in the form of directory IDs." } ] }, "ClientProperties": { "allOf": [ { "$ref": "#/components/schemas/ClientProperties" }, { "description": "Information about the Amazon WorkSpaces client." } ] } }, "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-workspaces/refs/heads/main/json-structure/workspaces-modify-client-properties-request-structure.json", "description": "ModifyClientPropertiesRequest schema from Amazon WorkSpaces API" }