Amazon IoT SiteWise · JSON Structure

Iot Sitewise Batch Put Asset Property Value Request Structure

BatchPutAssetPropertyValueRequest schema

Type: object Properties: 1 Required: 1
Asset ManagementIndustrial IoTIoTTime Series Data

BatchPutAssetPropertyValueRequest is a JSON Structure definition published by Amazon IoT SiteWise, describing 1 property, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

entries

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$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"
  ]
}