{ "type": "object", "properties": { "QuestionId": { "$ref": "#/components/schemas/QuestionId" }, "QuestionTitle": { "$ref": "#/components/schemas/QuestionTitle" }, "QuestionDescription": { "$ref": "#/components/schemas/QuestionDescription" }, "QuestionChoices": { "allOf": [ { "$ref": "#/components/schemas/ProfileTemplateQuestionChoices" }, { "description": "The question choices." } ] }, "MinSelectedChoices": { "allOf": [ { "$ref": "#/components/schemas/MinSelectedProfileChoices" }, { "description": "The minimum number of choices selected." } ] }, "MaxSelectedChoices": { "allOf": [ { "$ref": "#/components/schemas/MaxSelectedProfileChoices" }, { "description": "The maximum number of choices selected." } ] } }, "description": "A profile template question.", "$schema": "https://json-structure.org/meta/core/v0/#", "name": "ProfileTemplateQuestion", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-well-architected-tool/refs/heads/main/json-structure/well-architected-tool-profile-template-question-structure.json" }