FileUpload
| field | type | description | properties |
|---|---|---|---|
| name | string | Original filename of the uploaded file | |
| size | number | Size of the file in bytes | |
| type | string | MIME type of the file, e.g. application/pdf | |
| file_id | string(uuid) | ID of the uploaded file | |
| download_url | string(uri) | The API endpoint URL from which the file can be downloaded |

