added defaults
This commit is contained in:
parent
926d5a5afb
commit
12bb232785
@ -15,8 +15,8 @@ An edition is a definite group of members with functions and a timespan.
|
|||||||
class CommitteeModel(BaseModel):
|
class CommitteeModel(BaseModel):
|
||||||
full_name_EN: str
|
full_name_EN: str
|
||||||
full_name_NL: str
|
full_name_NL: str
|
||||||
description_EN: str
|
description_EN: str = ""
|
||||||
description_NL: str
|
description_NL: str = ""
|
||||||
committee_type: CommitteeType
|
committee_type: CommitteeType
|
||||||
|
|
||||||
active: bool = True
|
active: bool = True
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user