{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-iot-twinmaker/refs/heads/main/json-structure/iot-twinmaker-property-latest-value-structure.json", "name": "PropertyLatestValue", "description": "The latest value of the property.", "type": "object", "properties": { "propertyReference": { "allOf": [ { "$ref": "#/components/schemas/EntityPropertyReference" }, { "description": "An object that specifies information about a property." } ] }, "propertyValue": { "allOf": [ { "$ref": "#/components/schemas/DataValue" }, { "description": "The value of the property." } ] } }, "required": [ "propertyReference" ] }