Amazon IoT SiteWise · JSON Structure

Iot Sitewise List Associated Assets Response Structure

ListAssociatedAssetsResponse schema

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

ListAssociatedAssetsResponse 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

assetSummaries 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-associated-assets-response-structure.json",
  "name": "ListAssociatedAssetsResponse",
  "description": "ListAssociatedAssetsResponse schema",
  "type": "object",
  "properties": {
    "assetSummaries": {
      "allOf": [
        {
          "$ref": "#/components/schemas/AssociatedAssetsSummaries"
        },
        {
          "description": "A list that summarizes the associated assets."
        }
      ]
    },
    "nextToken": {
      "allOf": [
        {
          "$ref": "#/components/schemas/NextToken"
        },
        {
          "description": "The token for the next set of results, or null if there are no additional results."
        }
      ]
    }
  },
  "required": [
    "assetSummaries"
  ]
}