An update to a profile question.
{ "type": "object", "properties": { "QuestionId": { "$ref": "#/components/schemas/QuestionId" }, "SelectedChoiceIds": { "allOf": [ { "$ref": "#/components/schemas/SelectedProfileChoiceIds" }, { "description": "The selected choices." } ] } }, "description": "An update to a profile question.", "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "ProfileQuestionUpdate", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-well-architected-tool/refs/heads/main/json-schema/well-architected-tool-profile-question-update-schema.json" }