File¶
The File object is needed to store the metadata about the files
used in a project. The object indicates the IPFS link to the file,
besides other metadata such as uploader, uploaded time, file name, …
idstringUUID unique to the upload.
cidstringContent identifier of the file in CID v1.
namestringName of the file.
sizeintegerSize of the file, in bytes.
timedatetimeThe time when the file was uploaded.
userstringUsername of the uploader.