Skip to content

Commit 1e657bb

Browse files
authored
Updating text to make it more explicit (#716)
1 parent c7e1de5 commit 1e657bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/scivision/catalog/catalog.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -226,12 +226,12 @@ class CatalogProjectEntry(BaseModel, extra="forbid", title="A project catalog en
226226
models: Tuple[str, ...] = Field(
227227
(),
228228
title="Models",
229-
description="Which model(s) from the Scivision catalog are used in the project?",
229+
description="Which model(s) from the Scivision catalog are used in the project? (There must be at least one model)",
230230
)
231231
datasources: Tuple[str, ...] = Field(
232232
(),
233233
title="Datasources",
234-
description="Which datasource(s) from the Scivision catalog are used in the project?",
234+
description="Which datasource(s) from the Scivision catalog are used in the project? (There must be at least datasource model)",
235235
)
236236
tasks: FrozenSet[TaskEnum] = Field(
237237
(),

0 commit comments

Comments
 (0)