{ "type": "object", "properties": { "QuestionId": { "$ref": "#/components/schemas/QuestionId" }, "PillarId": { "$ref": "#/components/schemas/PillarId" }, "QuestionTitle": { "$ref": "#/components/schemas/QuestionTitle" }, "Risk": { "$ref": "#/components/schemas/Risk" }, "ImprovementPlanUrl": { "$ref": "#/components/schemas/ImprovementPlanUrl" }, "ImprovementPlans": { "allOf": [ { "$ref": "#/components/schemas/ChoiceImprovementPlans" }, { "description": "The improvement plan details." } ] } }, "description": "An improvement summary of a lens review in a workload.", "$schema": "https://json-structure.org/meta/core/v0/#", "name": "ImprovementSummary", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-well-architected-tool/refs/heads/main/json-structure/well-architected-tool-improvement-summary-structure.json" }