Amazon IoT TwinMaker · JSON Structure

Iot Twinmaker Property Response Structure

An object that contains information about a property response.

Type: object Properties: 2
3D VisualizationDigital TwinIndustrial IoTIoT

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

Properties

definition value

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-response-structure.json",
  "name": "PropertyResponse",
  "description": "An object that contains information about a property response.",
  "type": "object",
  "properties": {
    "definition": {
      "allOf": [
        {
          "$ref": "#/components/schemas/PropertyDefinitionResponse"
        },
        {
          "description": "An object that specifies information about a property."
        }
      ]
    },
    "value": {
      "allOf": [
        {
          "$ref": "#/components/schemas/DataValue"
        },
        {
          "description": "The value of the property."
        }
      ]
    }
  }
}