{ "type": "object", "properties": { "Type": { "allOf": [ { "$ref": "#/components/schemas/NotificationType" }, { "description": "The type of notification." } ] }, "LensUpgradeSummary": { "allOf": [ { "$ref": "#/components/schemas/LensUpgradeSummary" }, { "description": "Summary of lens upgrade." } ] } }, "description": "A notification summary return object.", "$schema": "https://json-structure.org/meta/core/v0/#", "name": "NotificationSummary", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-well-architected-tool/refs/heads/main/json-structure/well-architected-tool-notification-summary-structure.json" }