{ "$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-itemized-metric-stats-schema.json", "title": "ItemizedMetricStats", "description": "Aggregated statistics about a measure affected by an anomaly.", "type": "object", "properties": { "MetricName": { "allOf": [ { "$ref": "#/components/schemas/ColumnName" }, { "description": "The name of the measure." } ] }, "OccurrenceCount": { "allOf": [ { "$ref": "#/components/schemas/Integer" }, { "description": "The number of times that the measure appears." } ] } } }