Skip to content

Commit 2991e93

Browse files
Update quest_answer_choices description
Include mention of applicability to new `MultipleChoice` quest type
1 parent 3865c8d commit 2991e93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/quest-definition/schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@
158158
"examples": ["driveways", "surface", "crossing:markings"]
159159
},
160160
"quest_answer_choices": {
161-
"description": "Answer choices for the question. Only applicable for ExclusiveChoice type questions.",
161+
"description": "Answer choices for the question. Only applicable for ExclusiveChoice and MultipleChoice quest types.",
162162
"type": "array",
163163
"items": {
164164
"$ref": "#/definitions/AnswerChoice"

0 commit comments

Comments
 (0)