Amazon Well-Architected Tool · JSON Structure

Well Architected Tool Best Practice Structure

A best practice, or question choice, that has been identified as a risk in this question.

Type: object Properties: 2
ArchitectureBest PracticesCloud GovernanceWell-ArchitectedWorkloads

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

Properties

ChoiceId ChoiceTitle

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

JSON Structure

Raw ↑
{
  "type": "object",
  "properties": {
    "ChoiceId": {
      "$ref": "#/components/schemas/ChoiceId"
    },
    "ChoiceTitle": {
      "$ref": "#/components/schemas/ChoiceTitle"
    }
  },
  "description": "A best practice, or question choice, that has been identified as a risk in this question.",
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "name": "BestPractice",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-well-architected-tool/refs/heads/main/json-structure/well-architected-tool-best-practice-structure.json"
}