changed association to association-tag

This commit is contained in:
Tiago Scholten 2026-09-12 20:32:57 +02:00
parent 12e9fe2cea
commit 3ca01ede8f

View File

@ -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