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