{ "type": "object", "required": [ "ResourceId", "WorkspaceCreationProperties" ], "title": "ModifyWorkspaceCreationPropertiesRequest", "properties": { "ResourceId": { "allOf": [ { "$ref": "#/components/schemas/DirectoryId" }, { "description": "The identifier of the directory." } ] }, "WorkspaceCreationProperties": { "allOf": [ { "$ref": "#/components/schemas/WorkspaceCreationProperties" }, { "description": "The default properties for creating WorkSpaces." } ] } }, "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-workspaces/refs/heads/main/json-schema/workspaces-modify-workspace-creation-properties-request-schema.json", "description": "ModifyWorkspaceCreationPropertiesRequest schema from Amazon WorkSpaces API" }