ImprovementSummary

An improvement summary of a lens review in a workload.

ArchitectureBest PracticesCloud GovernanceWell-ArchitectedWorkloads

Properties

Name Type Description
QuestionId object
PillarId object
QuestionTitle object
Risk object
ImprovementPlanUrl object
ImprovementPlans object
View JSON Schema on GitHub

JSON Schema

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