Amazon IoT TwinMaker · JSON Structure

Iot Twinmaker Order By Structure

Filter criteria that orders the return output. It can be sorted in ascending or descending order.

Type: object Properties: 2 Required: 1
3D VisualizationDigital TwinIndustrial IoTIoT

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

Properties

order propertyName

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-order-by-structure.json",
  "name": "OrderBy",
  "description": "Filter criteria that orders the return output. It can be sorted in ascending or descending order.",
  "type": "object",
  "properties": {
    "order": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Order"
        },
        {
          "description": "The set order that filters results."
        }
      ]
    },
    "propertyName": {
      "allOf": [
        {
          "$ref": "#/components/schemas/String"
        },
        {
          "description": "The property name."
        }
      ]
    }
  },
  "required": [
    "propertyName"
  ]
}