ListWorkspacesResponse

ListWorkspacesResponse schema

3D VisualizationDigital TwinIndustrial IoTIoT

Properties

Name Type Description
workspaceSummaries object
nextToken object
View JSON Schema on GitHub

JSON Schema

iot-twinmaker-list-workspaces-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-iot-twinmaker/refs/heads/main/json-schema/iot-twinmaker-list-workspaces-response-schema.json",
  "title": "ListWorkspacesResponse",
  "description": "ListWorkspacesResponse schema",
  "type": "object",
  "properties": {
    "workspaceSummaries": {
      "allOf": [
        {
          "$ref": "#/components/schemas/WorkspaceSummaries"
        },
        {
          "description": "A list of objects that contain information about the workspaces."
        }
      ]
    },
    "nextToken": {
      "allOf": [
        {
          "$ref": "#/components/schemas/NextToken"
        },
        {
          "description": "The string that specifies the next page of results."
        }
      ]
    }
  }
}