Amazon Well-Architected Tool · JSON Structure

Well Architected Tool Choice Answer Structure

A choice that has been answered on a question in your workload.

Type: object Properties: 4
ArchitectureBest PracticesCloud GovernanceWell-ArchitectedWorkloads

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

Properties

ChoiceId Status Reason Notes

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

JSON Structure

Raw ↑
{
  "type": "object",
  "properties": {
    "ChoiceId": {
      "$ref": "#/components/schemas/ChoiceId"
    },
    "Status": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ChoiceStatus"
        },
        {
          "description": "The status of a choice."
        }
      ]
    },
    "Reason": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ChoiceReason"
        },
        {
          "description": "The reason why a choice is non-applicable to a question in your workload."
        }
      ]
    },
    "Notes": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ChoiceNotes"
        },
        {
          "description": "The notes associated with a choice."
        }
      ]
    }
  },
  "description": "A choice that has been answered on a question in your workload.",
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "name": "ChoiceAnswer",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-well-architected-tool/refs/heads/main/json-structure/well-architected-tool-choice-answer-structure.json"
}