{ "type": "object", "required": [ "SourceWorkspaceId", "BundleId" ], "title": "MigrateWorkspaceRequest", "properties": { "SourceWorkspaceId": { "allOf": [ { "$ref": "#/components/schemas/WorkspaceId" }, { "description": "The identifier of the WorkSpace to migrate from." } ] }, "BundleId": { "allOf": [ { "$ref": "#/components/schemas/BundleId" }, { "description": "The identifier of the target bundle type to migrate the WorkSpace to." } ] } }, "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-workspaces/refs/heads/main/json-schema/workspaces-migrate-workspace-request-schema.json", "description": "MigrateWorkspaceRequest schema from Amazon WorkSpaces API" }