Amazon Well-Architected Tool · JSON Structure

Well Architected Tool Choice Content Structure

The choice content.

Type: object Properties: 2
ArchitectureBest PracticesCloud GovernanceWell-ArchitectedWorkloads

ChoiceContent 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

DisplayText Url

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

JSON Structure

Raw ↑
{
  "type": "object",
  "properties": {
    "DisplayText": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ChoiceContentDisplayText"
        },
        {
          "description": "The display text for the choice content."
        }
      ]
    },
    "Url": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ChoiceContentUrl"
        },
        {
          "description": "The URL for the choice content."
        }
      ]
    }
  },
  "description": "The choice content.",
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "name": "ChoiceContent",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-well-architected-tool/refs/heads/main/json-structure/well-architected-tool-choice-content-structure.json"
}