changed association to association-tag
This commit is contained in:
parent
12e9fe2cea
commit
3ca01ede8f
@ -22,7 +22,7 @@ An edition is a definite group of members with functions and a timespan.
|
|||||||
class CommitteeModel(FiberBaseModel):
|
class CommitteeModel(FiberBaseModel):
|
||||||
collection_name: Literal["committee"] = "committee"
|
collection_name: Literal["committee"] = "committee"
|
||||||
|
|
||||||
association: AssociationRef
|
association_tag: str
|
||||||
|
|
||||||
short_name: str
|
short_name: str
|
||||||
full_name_en: str
|
full_name_en: str
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user