Amazon IoT SiteWise · JSON Structure

Iot Sitewise Batch Put Asset Property Error Entries Structure

BatchPutAssetPropertyErrorEntries schema

Type: array Properties: 0
Asset ManagementIndustrial IoTIoTTime Series Data

BatchPutAssetPropertyErrorEntries 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-error-entries-structure.json",
  "name": "BatchPutAssetPropertyErrorEntries",
  "description": "BatchPutAssetPropertyErrorEntries schema",
  "type": "array",
  "items": {
    "type": "object",
    "required": [
      "entryId",
      "errors"
    ],
    "properties": {
      "entryId": {
        "allOf": [
          {
            "$ref": "#/components/schemas/EntryId"
          },
          {
            "description": "The ID of the failed entry."
          }
        ]
      },
      "errors": {
        "allOf": [
          {
            "$ref": "#/components/schemas/BatchPutAssetPropertyErrors"
          },
          {
            "description": "The list of update property value errors."
          }
        ]
      }
    },
    "description": "Contains error information for asset property value entries that are associated with the <a href=\"https://docs.aws.amazon.com/iot-sitewise/latest/APIReference/API_BatchPutAssetPropertyValue.html\">BatchPutAssetPropertyValue</a> API."
  }
}