{ "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-schema.org/draft/2020-12/schema", "title": "DescribeWorkspacesResult", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-workspaces/refs/heads/main/json-schema/workspaces-describe-workspaces-result-schema.json", "description": "DescribeWorkspacesResult schema from Amazon WorkSpaces API" }