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]