Amazon Well-Architected Tool · JSON Structure

Well Architected Tool Answer Structure

An answer of the question.

Type: object Properties: 14
ArchitectureBest PracticesCloud GovernanceWell-ArchitectedWorkloads

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

Properties

QuestionId PillarId QuestionTitle QuestionDescription ImprovementPlanUrl HelpfulResourceUrl HelpfulResourceDisplayText Choices SelectedChoices ChoiceAnswers IsApplicable Risk Notes Reason

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"
    },
    "QuestionDescription": {
      "$ref": "#/components/schemas/QuestionDescription"
    },
    "ImprovementPlanUrl": {
      "$ref": "#/components/schemas/ImprovementPlanUrl"
    },
    "HelpfulResourceUrl": {
      "$ref": "#/components/schemas/HelpfulResourceUrl"
    },
    "HelpfulResourceDisplayText": {
      "allOf": [
        {
          "$ref": "#/components/schemas/DisplayText"
        },
        {
          "description": "<p>The helpful resource text to be displayed for a custom lens.</p> <p>This field does not apply to Amazon Web Services official lenses.</p>"
        }
      ]
    },
    "Choices": {
      "$ref": "#/components/schemas/Choices"
    },
    "SelectedChoices": {
      "$ref": "#/components/schemas/SelectedChoices"
    },
    "ChoiceAnswers": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ChoiceAnswers"
        },
        {
          "description": "A list of selected choices to a question in your workload."
        }
      ]
    },
    "IsApplicable": {
      "$ref": "#/components/schemas/IsApplicable"
    },
    "Risk": {
      "$ref": "#/components/schemas/Risk"
    },
    "Notes": {
      "$ref": "#/components/schemas/Notes"
    },
    "Reason": {
      "allOf": [
        {
          "$ref": "#/components/schemas/AnswerReason"
        },
        {
          "description": "The reason why the question is not applicable to your workload."
        }
      ]
    }
  },
  "description": "An answer of the question.",
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "name": "Answer",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-well-architected-tool/refs/heads/main/json-structure/well-architected-tool-answer-structure.json"
}