Amazon IoT TwinMaker · JSON Structure

Iot Twinmaker Row Structure

Represents a single row in the query results.

Type: object Properties: 1
3D VisualizationDigital TwinIndustrial IoTIoT

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

Properties

rowData

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-row-structure.json",
  "name": "Row",
  "description": "Represents a single row in the query results.",
  "type": "object",
  "properties": {
    "rowData": {
      "allOf": [
        {
          "$ref": "#/components/schemas/RowData"
        },
        {
          "description": "The data in a row of query results."
        }
      ]
    }
  }
}