diff --git a/backend/constants.py b/backend/constants.py
index 8089077..21db4d4 100644
--- a/backend/constants.py
+++ b/backend/constants.py
@@ -43,6 +43,7 @@
     "range",
     "section",
     "timezone",
+    "vote",
 ]
 
 REQUIRED_QUESTION_TYPE_DATA = {
@@ -61,6 +62,9 @@
     "section": {
         "text": str,
     },
+    "vote": {
+        "options": list,
+    },
 }
 
 DISCORD_API_BASE_URL = "https://discord.com/api/v8"