Skip to content

Commit

Permalink
Updating text to make it more explicit
Browse files Browse the repository at this point in the history
  • Loading branch information
IFenton committed Aug 13, 2024
1 parent 519b8d5 commit fd5f57e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/scivision/catalog/catalog.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
(),
Expand Down

0 comments on commit fd5f57e

Please sign in to comment.