{ "type": "object", "required": [ "WorkspaceId", "WorkspaceState" ], "title": "ModifyWorkspaceStateRequest", "properties": { "WorkspaceId": { "allOf": [ { "$ref": "#/components/schemas/WorkspaceId" }, { "description": "The identifier of the WorkSpace." } ] }, "WorkspaceState": { "allOf": [ { "$ref": "#/components/schemas/TargetWorkspaceState" }, { "description": "The WorkSpace state." } ] } }, "$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-state-request-schema.json", "description": "ModifyWorkspaceStateRequest schema from Amazon WorkSpaces API" }