Amazon Well-Architected Tool · JSON Structure

Well Architected Tool Selected Choices Structure

List of selected choice IDs in a question answer.

The values entered replace the previously selected choices.

Type: array Properties: 0
ArchitectureBest PracticesCloud GovernanceWell-ArchitectedWorkloads

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

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

JSON Structure

Raw ↑
{
  "type": "array",
  "description": "<p>List of selected choice IDs in a question answer.</p> <p>The values entered replace the previously selected choices.</p>",
  "items": {
    "$ref": "#/components/schemas/ChoiceId"
  },
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "name": "SelectedChoices",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-well-architected-tool/refs/heads/main/json-structure/well-architected-tool-selected-choices-structure.json"
}