| Field | Type | Required | Description | Example |
|---|---|---|---|---|
name |
?string | ➖ | The name of the file | sample.jpg |
mimeType |
?string | ➖ | The MIME type of the file. | image/jpeg |
isCompressed |
?bool | ➖ | Whether the file is c ompressed. | false |
encoding |
?string | ➖ | The encoding of the file. | base64 |
content |
?string | ➖ | The content of the file. | data:image/jpeg;base64,... |
notes |
?string | ➖ | The notes of the file. | A sample image |