{ "$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 JsonPath expression that identifies the error field in your detector model." } ] } } }