{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-health-dashboard/refs/heads/main/json-structure/health-describe-event-details-response-structure.json", "name": "DescribeEventDetailsResponse", "description": "DescribeEventDetailsResponse schema from Amazon Health Dashboard API", "type": "object", "properties": { "successfulSet": { "allOf": [ { "$ref": "#/components/schemas/DescribeEventDetailsSuccessfulSet" }, { "description": "Information about the events that could be retrieved." } ] }, "failedSet": { "allOf": [ { "$ref": "#/components/schemas/DescribeEventDetailsFailedSet" }, { "description": "Error messages for any events that could not be retrieved." } ] } } }