Amazon IoT Events · JSON Structure

Iot Events Analysis Result Locations Structure

AnalysisResultLocations schema

Type: array Properties: 0
Event DetectionIoTState MachineAutomation

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

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-locations-structure.json",
  "name": "AnalysisResultLocations",
  "description": "AnalysisResultLocations schema",
  "type": "array",
  "items": {
    "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."
          }
        ]
      }
    },
    "description": "Contains information that you can use to locate the field in your detector model that the analysis result references."
  }
}