We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe53c28 commit 9512491Copy full SHA for 9512491
1 file changed
dvuploader/file.py
@@ -46,7 +46,7 @@ class File(BaseModel):
46
description: str = ""
47
directory_label: str = Field(default="", alias="directoryLabel")
48
mimeType: str = "application/octet-stream"
49
- categories: Optional[List[str]] = ["DATA"]
+ categories: Optional[List[str]] = []
50
restrict: bool = False
51
checksum_type: ChecksumTypes = Field(default=ChecksumTypes.MD5, exclude=True)
52
storageIdentifier: Optional[str] = None
0 commit comments