{ "$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-itemized-metric-stats-structure.json", "name": "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." } ] } } }