Amazon IoT TwinMaker · JSON Structure

Iot Twinmaker Property Request Structure

An object that sets information about a property.

Type: object Properties: 3
3D VisualizationDigital TwinIndustrial IoTIoT

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

Properties

definition value updateType

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-request-structure.json",
  "name": "PropertyRequest",
  "description": "An object that sets information about a property.",
  "type": "object",
  "properties": {
    "definition": {
      "allOf": [
        {
          "$ref": "#/components/schemas/PropertyDefinitionRequest"
        },
        {
          "description": "An object that specifies information about a property."
        }
      ]
    },
    "value": {
      "allOf": [
        {
          "$ref": "#/components/schemas/DataValue"
        },
        {
          "description": "The value of the property."
        }
      ]
    },
    "updateType": {
      "allOf": [
        {
          "$ref": "#/components/schemas/PropertyUpdateType"
        },
        {
          "description": "The update type of the update property request."
        }
      ]
    }
  }
}