ChoiceContent

The choice content.

ArchitectureBest PracticesCloud GovernanceWell-ArchitectedWorkloads

Properties

Name Type Description
DisplayText object
Url object
View JSON Schema on GitHub

JSON Schema

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