Amazon IoT TwinMaker · JSON Structure

Iot Twinmaker Property Requests Structure

PropertyRequests schema

Type: object Properties: 0
3D VisualizationDigital TwinIndustrial IoTIoT

PropertyRequests 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-requests-structure.json",
  "name": "PropertyRequests",
  "description": "PropertyRequests schema",
  "type": "object",
  "additionalProperties": {
    "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."
          }
        ]
      }
    },
    "description": "An object that sets information about a property."
  }
}