external_url_label and external_url for locationgroup as well

This commit is contained in:
Laura Klünder 2024-12-19 11:59:11 +01:00
parent 9aab30611c
commit 48cb444691
6 changed files with 63 additions and 11 deletions

View file

@ -835,6 +835,7 @@ class LocationDisplay(BaseSchema):
description="space",
example=3,
)
external_url: Optional[DisplayURL] = None
display: list[
tuple[
Annotated[NonEmptyStr, APIField(title="field title")],