{ "type": "object", "required": [ "PrimaryRegion", "StandbyWorkspaces" ], "name": "CreateStandbyWorkspacesRequest", "properties": { "PrimaryRegion": { "allOf": [ { "$ref": "#/components/schemas/Region" }, { "description": "The Region of the primary WorkSpace." } ] }, "StandbyWorkspaces": { "allOf": [ { "$ref": "#/components/schemas/StandbyWorkspacesList" }, { "description": "Information about the standby WorkSpace to be created." } ] } }, "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-workspaces/refs/heads/main/json-structure/workspaces-create-standby-workspaces-request-structure.json", "description": "CreateStandbyWorkspacesRequest schema from Amazon WorkSpaces API" }