Amazon Well-Architected Tool · JSON Structure

Well Architected Tool Improvement Summary Structure

An improvement summary of a lens review in a workload.

Type: object Properties: 6
ArchitectureBest PracticesCloud GovernanceWell-ArchitectedWorkloads

ImprovementSummary is a JSON Structure definition published by Amazon Well-Architected Tool, describing 6 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

QuestionId PillarId QuestionTitle Risk ImprovementPlanUrl ImprovementPlans

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

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-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"
}