Amazon IoT TwinMaker · JSON Structure

Iot Twinmaker Interpolation Parameters Structure

An object that specifies how to interpolate data in a list.

Type: object Properties: 2
3D VisualizationDigital TwinIndustrial IoTIoT

InterpolationParameters 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

interpolationType intervalInSeconds

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-interpolation-parameters-structure.json",
  "name": "InterpolationParameters",
  "description": "An object that specifies how to interpolate data in a list.",
  "type": "object",
  "properties": {
    "interpolationType": {
      "allOf": [
        {
          "$ref": "#/components/schemas/InterpolationType"
        },
        {
          "description": "The interpolation type."
        }
      ]
    },
    "intervalInSeconds": {
      "allOf": [
        {
          "$ref": "#/components/schemas/IntervalInSeconds"
        },
        {
          "description": "The interpolation time interval in seconds."
        }
      ]
    }
  }
}