From 1e657bb0270a0821956166e99e1992883b3edb45 Mon Sep 17 00:00:00 2001 From: Isabel Fenton Date: Tue, 13 Aug 2024 18:04:02 +0100 Subject: [PATCH] Updating text to make it more explicit (#716) --- src/scivision/catalog/catalog.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/scivision/catalog/catalog.py b/src/scivision/catalog/catalog.py index b5d3ef77..a70ebf9d 100644 --- a/src/scivision/catalog/catalog.py +++ b/src/scivision/catalog/catalog.py @@ -226,12 +226,12 @@ class CatalogProjectEntry(BaseModel, extra="forbid", title="A project catalog en models: Tuple[str, ...] = Field( (), title="Models", - description="Which model(s) from the Scivision catalog are used in the project?", + description="Which model(s) from the Scivision catalog are used in the project? (There must be at least one model)", ) datasources: Tuple[str, ...] = Field( (), title="Datasources", - description="Which datasource(s) from the Scivision catalog are used in the project?", + description="Which datasource(s) from the Scivision catalog are used in the project? (There must be at least datasource model)", ) tasks: FrozenSet[TaskEnum] = Field( (),