{ "type": "object", "properties": { "Workspaces": { "allOf": [ { "$ref": "#/components/schemas/WorkspaceList" }, { "description": "
Information about the WorkSpaces.
Because CreateWorkspaces is an asynchronous operation, some of the returned information could be incomplete.
" } ] }, "NextToken": { "allOf": [ { "$ref": "#/components/schemas/PaginationToken" }, { "description": "The token to use to retrieve the next page of results. This value is null when there are no more results to return. " } ] } }, "$schema": "https://json-structure.org/meta/core/v0/#", "name": "DescribeWorkspacesResult", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-workspaces/refs/heads/main/json-structure/workspaces-describe-workspaces-result-structure.json", "description": "DescribeWorkspacesResult schema from Amazon WorkSpaces API" }