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