added defaults

This commit is contained in:
Tiago Scholten 2026-06-07 23:02:21 +02:00
parent 926d5a5afb
commit 12bb232785

View File

@ -15,8 +15,8 @@ An edition is a definite group of members with functions and a timespan.
class CommitteeModel(BaseModel):
full_name_EN: str
full_name_NL: str
description_EN: str
description_NL: str
description_EN: str = ""
description_NL: str = ""
committee_type: CommitteeType
active: bool = True