{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-health-dashboard/refs/heads/main/json-schema/health-describe-entity-aggregates-response-schema.json", "title": "DescribeEntityAggregatesResponse", "description": "DescribeEntityAggregatesResponse schema from Amazon Health Dashboard API", "type": "object", "properties": { "entityAggregates": { "allOf": [ { "$ref": "#/components/schemas/EntityAggregateList" }, { "description": "The number of entities that are affected by each of the specified events." } ] } } }