{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-lookout-for-metrics/refs/heads/main/json-schema/amazon-lookout-for-metrics-list-anomaly-detectors-response-schema.json", "title": "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." } ] } } }