aboutsummaryrefslogtreecommitdiffstats
path: root/backend/models
diff options
context:
space:
mode:
Diffstat (limited to 'backend/models')
-rw-r--r--backend/models/question.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/backend/models/question.py b/backend/models/question.py
index 3b98024..7daeb5a 100644
--- a/backend/models/question.py
+++ b/backend/models/question.py
@@ -12,6 +12,7 @@ class Question(BaseModel):
name: str
type: str
data: dict[str, t.Any]
+ required: bool
class Config:
allow_population_by_field_name = True