A notification summary return object.
{ "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-schema.org/draft/2020-12/schema", "title": "NotificationSummary", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-well-architected-tool/refs/heads/main/json-schema/well-architected-tool-notification-summary-schema.json" }