Amazon IoT TwinMaker · JSON Structure

Iot Twinmaker Tabular Conditions Structure

The tabular conditions.

Type: object Properties: 2
3D VisualizationDigital TwinIndustrial IoTIoT

TabularConditions 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

orderBy propertyFilters

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-tabular-conditions-structure.json",
  "name": "TabularConditions",
  "description": "The tabular conditions.",
  "type": "object",
  "properties": {
    "orderBy": {
      "allOf": [
        {
          "$ref": "#/components/schemas/OrderByList"
        },
        {
          "description": "Filter criteria that orders the output. It can be sorted in ascending or descending order."
        }
      ]
    },
    "propertyFilters": {
      "allOf": [
        {
          "$ref": "#/components/schemas/PropertyFilters"
        },
        {
          "description": "<p>You can filter the request using various logical operators and a key-value format. For example:</p> <p> <code>{\"key\": \"serverType\", \"value\": \"webServer\"}</code> </p>"
        }
      ]
    }
  }
}