{ "$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-organization-event-details-schema.json", "title": "OrganizationEventDetails", "description": "Detailed information about an event. A combination of an Event object, an EventDescription object, and additional metadata about the event. Returned by the DescribeEventDetailsForOrganization operation.", "type": "object", "properties": { "awsAccountId": { "allOf": [ { "$ref": "#/components/schemas/accountId" }, { "description": "The 12-digit Amazon Web Services account numbers that contains the affected entities." } ] }, "event": { "$ref": "#/components/schemas/Event" }, "eventDescription": { "$ref": "#/components/schemas/EventDescription" }, "eventMetadata": { "allOf": [ { "$ref": "#/components/schemas/eventMetadata" }, { "description": "Additional metadata about the event." } ] } } }