Skip to content

Commit

Permalink
fix: set ebrains_page attribute to be optional
Browse files Browse the repository at this point in the history
  • Loading branch information
xgui3783 committed Jun 27, 2023
1 parent 4e0a63b commit e49f02a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/models/_retrieval/datasets.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ class EbrainsDatasetModel(ConfigBaseModel):
urls: List[EbrainsDsUrl]
description: Optional[str]
contributors: List[EbrainsDsPerson]
ebrains_page: str
ebrains_page: Optional[str]
custodians: List[EbrainsDsPerson]

0 comments on commit e49f02a

Please sign in to comment.