{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-health-dashboard/refs/heads/main/json-structure/health-event-aggregate-structure.json", "name": "EventAggregate", "description": "The number of events of each issue type. Returned by the DescribeEventAggregates operation.", "type": "object", "properties": { "aggregateValue": { "allOf": [ { "$ref": "#/components/schemas/aggregateValue" }, { "description": "The issue type for the associated count." } ] }, "count": { "allOf": [ { "$ref": "#/components/schemas/count" }, { "description": "The number of events of the associated issue type." } ] } } }