implement groups_by_category and groups for old serializing correctly

This commit is contained in:
Laura Klünder 2024-12-03 15:22:16 +01:00
parent 16bf017740
commit f3d9c4e6ca
2 changed files with 3 additions and 1 deletions

View file

@ -577,6 +577,7 @@ class SlimLocationMixin(BaseSchema):
can_search: ClassVar[None]
can_describe: ClassVar[None]
groups: ClassVar[None]
groups_by_category: ClassVar[None]
class SlimLevelLocationSchema(SlimLocationMixin, FullLevelLocationSchema):