Amazon Well-Architected Tool · JSON Structure

Well Architected Tool Choice Update Structure

A list of choices to be updated.

Type: object Properties: 3 Required: 1
ArchitectureBest PracticesCloud GovernanceWell-ArchitectedWorkloads

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

Properties

Status Reason Notes

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

JSON Structure

Raw ↑
{
  "type": "object",
  "required": [
    "Status"
  ],
  "properties": {
    "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 list of choices to be updated.",
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "name": "ChoiceUpdate",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-well-architected-tool/refs/heads/main/json-structure/well-architected-tool-choice-update-structure.json"
}