File tree Expand file tree Collapse file tree
src/aind_metadata_viz/contributions Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -115,3 +115,8 @@ class ProjectContributions(BaseModel):
115115 doi : Optional [str ] = Field (default = None , description = "Optional DOI associated with this set of contributions" )
116116 assets : List [str ] = Field (default_factory = list , description = "List of asset names associated with the project" )
117117 locked : bool = Field (default = False , description = "Whether this project is password-protected" )
118+ show_sections : bool = Field (default = False , description = "Whether to show section contributions in the interface" )
119+ show_levels : bool = Field (default = True , description = "Whether to show CRediT contribution levels in the interface" )
120+ show_timeline : bool = Field (default = False , description = "Whether to show author timelines in the interface" )
121+ allow_lead : bool = Field (default = True , description = "Whether to allow designation of lead authors in the interface" )
122+ allow_levels : bool = Field (default = True , description = "Whether to allow designation of CRediT contribution levels in the interface" )
You can’t perform that action at this time.
0 commit comments