Amazon IoT Events · JSON Structure

Iot Events Analysis Result Location Structure

Contains information that you can use to locate the field in your detector model that the analysis result references.

Type: object Properties: 1
Event DetectionIoTState MachineAutomation

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

Properties

path

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-events/refs/heads/main/json-structure/iot-events-analysis-result-location-structure.json",
  "name": "AnalysisResultLocation",
  "description": "Contains information that you can use to locate the field in your detector model that the analysis result references.",
  "type": "object",
  "properties": {
    "path": {
      "allOf": [
        {
          "$ref": "#/components/schemas/AnalysisResultLocationPath"
        },
        {
          "description": "A <a href=\"https://github.com/json-path/JsonPath\">JsonPath</a> expression that identifies the error field in your detector model."
        }
      ]
    }
  }
}