Skip to content

Commit dd59aff

Browse files
committed
Increase Description field max character length
1 parent c86c265 commit dd59aff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dandischema/models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1623,7 +1623,7 @@ def contributor_musthave_contact(
16231623
)
16241624
description: str = Field(
16251625
description="A description of the Dandiset",
1626-
max_length=3000,
1626+
max_length=10000,
16271627
json_schema_extra={"nskey": "schema"},
16281628
)
16291629
contributor: List[

0 commit comments

Comments
 (0)