Amazon IoT SiteWise · JSON Structure

Iot Sitewise Get Asset Property Value Response Structure

GetAssetPropertyValueResponse schema

Type: object Properties: 1
Asset ManagementIndustrial IoTIoTTime Series Data

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

Properties

propertyValue

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-get-asset-property-value-response-structure.json",
  "name": "GetAssetPropertyValueResponse",
  "description": "GetAssetPropertyValueResponse schema",
  "type": "object",
  "properties": {
    "propertyValue": {
      "allOf": [
        {
          "$ref": "#/components/schemas/AssetPropertyValue"
        },
        {
          "description": "The current asset property value."
        }
      ]
    }
  }
}