From a4aa8ee01a3e98dc769009ad9796a02c98b20c62 Mon Sep 17 00:00:00 2001 From: fynnbe Date: Wed, 13 Nov 2024 21:55:19 +0100 Subject: [PATCH] add partner name --- .../collection_config/collection_json_template.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bioimageio_collection_backoffice/collection_config/collection_json_template.py b/bioimageio_collection_backoffice/collection_config/collection_json_template.py index b9b4b529..ab6c1690 100644 --- a/bioimageio_collection_backoffice/collection_config/collection_json_template.py +++ b/bioimageio_collection_backoffice/collection_config/collection_json_template.py @@ -14,9 +14,10 @@ class Partner(Node, frozen=True): background_image: str default_type: str explore_button_text: str - id: str icon: HttpUrl + id: str logo: HttpUrl + name: str resource_types: Sequence[str] splash_feature_list: Sequence[str] splash_subtitle: Optional[str]