{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "DeleteAnomalyDetectorInput", "type": "object", "properties": { "Namespace": { "type": "string" }, "MetricName": { "type": "string" }, "Dimensions": { "type": "array" }, "Stat": { "type": "string" } } }