BatchPutAssetPropertyValueResponse

BatchPutAssetPropertyValueResponse schema

Asset ManagementIndustrial IoTIoTTime Series Data

Properties

Name Type Description
errorEntries object
View JSON Schema on GitHub

JSON Schema

iot-sitewise-batch-put-asset-property-value-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-iot-sitewise/refs/heads/main/json-schema/iot-sitewise-batch-put-asset-property-value-response-schema.json",
  "title": "BatchPutAssetPropertyValueResponse",
  "description": "BatchPutAssetPropertyValueResponse schema",
  "type": "object",
  "properties": {
    "errorEntries": {
      "allOf": [
        {
          "$ref": "#/components/schemas/BatchPutAssetPropertyErrorEntries"
        },
        {
          "description": "A list of the errors (if any) associated with the batch put request. Each error entry contains the <code>entryId</code> of the entry that failed."
        }
      ]
    }
  },
  "required": [
    "errorEntries"
  ]
}