This object represents a file on the filesystem
| Property | Type | Description |
|---|---|---|
| id | String | Unique identifier for the object |
| name | String | Name of the file |
| contentType | String | MIME type of the file |
| checksum | String | Checksum of the file |
| lastModified | DateTime | Last modified date of the file |