{ "$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-entry-structure.json", "name": "BatchPutAssetPropertyErrorEntry", "description": "Contains error information for asset property value entries that are associated with the BatchPutAssetPropertyValue API.", "type": "object", "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." } ] } }, "required": [ "entryId", "errors" ] }