Amazon IoT SiteWise · JSON Structure

Iot Sitewise Batch Put Asset Property Errors Structure

BatchPutAssetPropertyErrors schema

Type: array Properties: 0
Asset ManagementIndustrial IoTIoTTime Series Data

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

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-put-asset-property-errors-structure.json",
  "name": "BatchPutAssetPropertyErrors",
  "description": "BatchPutAssetPropertyErrors schema",
  "type": "array",
  "items": {
    "type": "object",
    "required": [
      "errorCode",
      "errorMessage",
      "timestamps"
    ],
    "properties": {
      "errorCode": {
        "allOf": [
          {
            "$ref": "#/components/schemas/BatchPutAssetPropertyValueErrorCode"
          },
          {
            "description": "The error code."
          }
        ]
      },
      "errorMessage": {
        "allOf": [
          {
            "$ref": "#/components/schemas/ErrorMessage"
          },
          {
            "description": "The associated error message."
          }
        ]
      },
      "timestamps": {
        "allOf": [
          {
            "$ref": "#/components/schemas/Timestamps"
          },
          {
            "description": "A list of timestamps for each error, if any."
          }
        ]
      }
    },
    "description": "Contains error information from updating a batch of asset property values."
  }
}