{ "$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-related-metrics-response-structure.json", "name": "ListAnomalyGroupRelatedMetricsResponse", "description": "ListAnomalyGroupRelatedMetricsResponse schema from Amazon Lookout for Metrics API", "type": "object", "properties": { "InterMetricImpactList": { "allOf": [ { "$ref": "#/components/schemas/InterMetricImpactList" }, { "description": "Aggregated details about the measures contributing to the anomaly group, and the measures potentially impacted by the anomaly group." } ] }, "NextToken": { "allOf": [ { "$ref": "#/components/schemas/NextToken" }, { "description": "The pagination token that's included if more results are available." } ] } } }