| organizationId | UUID | Owning organization for ACL enforcement and billing. | [optional] |
| organization | Organization | | [optional] |
| uploaderId | UUID | Principal who initiated the upload. | [optional] |
| uploader | Principal | | [optional] |
| spaceId | UUID | Optional collaboration space containing this file. | [optional] |
| storageDriverId | String | Identifier of the configured storage driver handling the payload. | |
| storageKey | String | Provider-specific object key or path. | |
| filename | String | Original filename supplied by the uploader. | |
| mimeType | String | MIME type captured at upload. | [optional] |
| sizeBytes | Long | File size in bytes for the latest version. | |
| checksumSha256 | String | SHA-256 checksum to validate download integrity. | [optional] |
| providerEtag | String | Provider-issued entity tag for conditional requests. | [optional] |
| description | String | Optional human readable description. | [optional] |
| directoryPath | String | Logical folder path within the owning space. | [optional] |
| tags | String | Searchable tags applied to the file. | [optional] |
| metadata | String | Arbitrary metadata captured alongside the upload. | [optional] |
| status | StatusEnum | Lifecycle state of the stored file. | |
| virusScanStatus | VirusScanStatusEnum | Virus or DLP scan status for the stored file. | [optional] |
| retentionExpiresAt | OffsetDateTime | Optional retention expiration timestamp for policy enforcement. | [optional] |
| deletedAt | OffsetDateTime | Soft delete timestamp if the file has been logically removed. | [optional] |
| latestVersionNumber | Integer | Highest version number recorded for this file. | [optional] |
| currentVersionId | UUID | Identifier of the FileVersion that represents the latest content. | [optional] |
| id | UUID | Unique identifier for object in the system | [optional] [readonly] |
| ownerId | UUID | UUID of owner of the object in the system | [optional] [readonly] |
| createdDate | OffsetDateTime | Date of object creation | [optional] [readonly] |
| keyHash | String | Data, including hash of the key(s) used to encrypt this record. | [optional] [readonly] |
| lastAccessedById | UUID | Last user to access object | [optional] [readonly] |
| lastAccessedDate | OffsetDateTime | Timestamp of last access of object | [optional] [readonly] |
| lastModifiedById | UUID | Unique identifier for user who last modifed the object in the system | [optional] [readonly] |
| lastModifiedDate | OffsetDateTime | Date of last object modification | [optional] [readonly] |