{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-lookout-for-metrics/refs/heads/main/json-structure/amazon-lookout-for-metrics-list-anomaly-group-summaries-response-structure.json", "name": "ListAnomalyGroupSummariesResponse", "description": "ListAnomalyGroupSummariesResponse schema from Amazon Lookout for Metrics API", "type": "object", "properties": { "AnomalyGroupSummaryList": { "allOf": [ { "$ref": "#/components/schemas/AnomalyGroupSummaryList" }, { "description": "A list of anomaly group summaries." } ] }, "AnomalyGroupStatistics": { "allOf": [ { "$ref": "#/components/schemas/AnomalyGroupStatistics" }, { "description": "Aggregated details about the anomaly groups." } ] }, "NextToken": { "allOf": [ { "$ref": "#/components/schemas/NextToken" }, { "description": "The pagination token that's included if more results are available." } ] } } }