{ "type": "object", "properties": { "InsightEvents": { "allOf": [ { "$ref": "#/components/schemas/InsightEventList" }, { "description": "A detailed description of the event. This includes the time of the event, client and root cause impact statistics, and the top anomalous service at the time of the event." } ] }, "NextToken": { "allOf": [ { "$ref": "#/components/schemas/Token" }, { "description": "Use this token to retrieve the next page of insight events." } ] } }, "$schema": "https://json-structure.org/meta/core/v0/#", "name": "GetInsightEventsResult", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-xray/refs/heads/main/json-structure/xray-get-insight-events-result-structure.json", "description": "GetInsightEventsResult schema from Amazon X-Ray API" }