SelectedChoices

List of selected choice IDs in a question answer.

The values entered replace the previously selected choices.

ArchitectureBest PracticesCloud GovernanceWell-ArchitectedWorkloads
View JSON Schema on GitHub

JSON Schema

well-architected-tool-selected-choices-schema.json 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-schema.org/draft/2020-12/schema",
  "title": "SelectedChoices",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-well-architected-tool/refs/heads/main/json-schema/well-architected-tool-selected-choices-schema.json"
}