{ "$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-detectors-response-structure.json", "name": "ListAnomalyDetectorsResponse", "description": "ListAnomalyDetectorsResponse schema from Amazon Lookout for Metrics API", "type": "object", "properties": { "AnomalyDetectorSummaryList": { "allOf": [ { "$ref": "#/components/schemas/AnomalyDetectorSummaryList" }, { "description": "A list of anomaly detectors in the account in the current region." } ] }, "NextToken": { "allOf": [ { "$ref": "#/components/schemas/NextToken" }, { "description": "If the response is truncated, the service returns this token. To retrieve the next set of results, use the token in the next request." } ] } } }