{ "$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-value-response-structure.json", "name": "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 entryId of the entry that failed." } ] } }, "required": [ "errorEntries" ] }