Amazon Well-Architected Tool · JSON Structure

Well Architected Tool Choice Improvement Plan Structure

The choice level improvement plan.

Type: object Properties: 3
ArchitectureBest PracticesCloud GovernanceWell-ArchitectedWorkloads

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

Properties

ChoiceId DisplayText ImprovementPlanUrl

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

JSON Structure

Raw ↑
{
  "type": "object",
  "properties": {
    "ChoiceId": {
      "$ref": "#/components/schemas/ChoiceId"
    },
    "DisplayText": {
      "allOf": [
        {
          "$ref": "#/components/schemas/DisplayText"
        },
        {
          "description": "The display text for the improvement plan."
        }
      ]
    },
    "ImprovementPlanUrl": {
      "$ref": "#/components/schemas/ImprovementPlanUrl"
    }
  },
  "description": "The choice level improvement plan.",
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "name": "ChoiceImprovementPlan",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-well-architected-tool/refs/heads/main/json-structure/well-architected-tool-choice-improvement-plan-structure.json"
}