GetInsightEventsRequest schema from Amazon X-Ray API
{ "type": "object", "required": [ "InsightId" ], "title": "GetInsightEventsRequest", "properties": { "InsightId": { "allOf": [ { "$ref": "#/components/schemas/InsightId" }, { "description": "The insight's unique identifier. Use the GetInsightSummaries action to retrieve an InsightId." } ] }, "MaxResults": { "allOf": [ { "$ref": "#/components/schemas/GetInsightEventsMaxResults" }, { "description": "Used to retrieve at most the specified value of events." } ] }, "NextToken": { "allOf": [ { "$ref": "#/components/schemas/Token" }, { "description": "Specify the pagination token returned by a previous request to retrieve the next page of events. " } ] } }, "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-xray/refs/heads/main/json-schema/xray-get-insight-events-request-schema.json", "description": "GetInsightEventsRequest schema from Amazon X-Ray API" }