Amazon IoT SiteWise · JSON Structure

Iot Sitewise List Projects Response Structure

ListProjectsResponse schema

Type: object Properties: 2 Required: 1
Asset ManagementIndustrial IoTIoTTime Series Data

ListProjectsResponse is a JSON Structure definition published by Amazon IoT SiteWise, describing 2 properties, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

projectSummaries nextToken

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-iot-sitewise/refs/heads/main/json-structure/iot-sitewise-list-projects-response-structure.json",
  "name": "ListProjectsResponse",
  "description": "ListProjectsResponse schema",
  "type": "object",
  "properties": {
    "projectSummaries": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ProjectSummaries"
        },
        {
          "description": "A list that summarizes each project in the portal."
        }
      ]
    },
    "nextToken": {
      "allOf": [
        {
          "$ref": "#/components/schemas/NextToken"
        },
        {
          "description": "The token for the next set of results, or null if there are no additional results."
        }
      ]
    }
  },
  "required": [
    "projectSummaries"
  ]
}