Amazon IoT SiteWise · JSON Structure

Iot Sitewise Batch Disassociate Project Assets Response Structure

BatchDisassociateProjectAssetsResponse schema

Type: object Properties: 1
Asset ManagementIndustrial IoTIoTTime Series Data

BatchDisassociateProjectAssetsResponse is a JSON Structure definition published by Amazon IoT SiteWise, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

errors

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-batch-disassociate-project-assets-response-structure.json",
  "name": "BatchDisassociateProjectAssetsResponse",
  "description": "BatchDisassociateProjectAssetsResponse schema",
  "type": "object",
  "properties": {
    "errors": {
      "allOf": [
        {
          "$ref": "#/components/schemas/BatchDisassociateProjectAssetsErrors"
        },
        {
          "description": "A list of associated error information, if any."
        }
      ]
    }
  }
}