{ "$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-request-structure.json", "name": "BatchPutAssetPropertyValueRequest", "description": "BatchPutAssetPropertyValueRequest schema", "type": "object", "properties": { "entries": { "allOf": [ { "$ref": "#/components/schemas/PutAssetPropertyValueEntries" }, { "description": "The list of asset property value entries for the batch put request. You can specify up to 10 entries per request." } ] } }, "required": [ "entries" ] }