{ "type": "object", "required": [ "WorkspaceId" ], "properties": { "WorkspaceId": { "allOf": [ { "$ref": "#/components/schemas/WorkspaceId" }, { "description": "The identifier of the WorkSpace." } ] } }, "description": "Describes the information used to reboot a WorkSpace.", "$schema": "https://json-structure.org/meta/core/v0/#", "name": "RebootRequest", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-workspaces/refs/heads/main/json-structure/workspaces-reboot-request-structure.json" }