{ "$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-event-description-schema.json", "title": "EventDescription", "description": "The detailed description of the event. Included in the information returned by the DescribeEventDetails operation.", "type": "object", "properties": { "latestDescription": { "allOf": [ { "$ref": "#/components/schemas/eventDescription" }, { "description": "The most recent description of the event." } ] } } }