From 9c77ae8bccb31e3e6804316fc563a0920c9dc3fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fynn=20Beuttenm=C3=BCller?= Date: Thu, 19 Dec 2024 17:02:05 +0100 Subject: [PATCH] draft categories for dataset and notebook types --- bioimageio/spec/static/tag_categories.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/bioimageio/spec/static/tag_categories.json b/bioimageio/spec/static/tag_categories.json index 8459a9359..738e8aac8 100644 --- a/bioimageio/spec/static/tag_categories.json +++ b/bioimageio/spec/static/tag_categories.json @@ -42,5 +42,11 @@ "in-silico-labeling", "super-resolution" ] + }, + "dataset": { + "modality": [""] + }, + "notebook": { + "task": [""] } }