Amazon IoT TwinMaker · JSON Structure

Iot Twinmaker Property Latest Value Map Structure

PropertyLatestValueMap schema

Type: object Properties: 0
3D VisualizationDigital TwinIndustrial IoTIoT

PropertyLatestValueMap is a JSON Structure definition published by Amazon IoT TwinMaker. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

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-twinmaker/refs/heads/main/json-structure/iot-twinmaker-property-latest-value-map-structure.json",
  "name": "PropertyLatestValueMap",
  "description": "PropertyLatestValueMap schema",
  "type": "object",
  "additionalProperties": {
    "type": "object",
    "required": [
      "propertyReference"
    ],
    "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."
          }
        ]
      }
    },
    "description": "The latest value of the property."
  }
}