The choice content.
{ "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" }