# Project Summary File Uploaded

The event emitted will include the following information:

```json
{
  "method": "project-summary-file-uploaded",
  "params": {
    "timestamp": "2021-01-01T00:00:00.000Z",
    "user": {
      "user_id": "60d0fe4f5311236168a109ca"
    },
    "data": {
      "created": "2021-01-01T06:22:14.713Z",
      "modified": "2021-01-01T06:22:14.713Z",
      "file": {
        "id": "60d59ce05e2fc4002f1f0b0d",
        "name": "project-summary.pdf",
        "type": "application/pdf",
        "hash": "...",
        "size": 1024000,
        "size_kb": 1000,
        "storage_name": "456abc...",
        "storage_location": "..."
      },
      "project": {
        "project_id": "60fe2f7747d2c400306bd808"
      },
      "user": {
        "user_id": "60d0fe4f5311236168a109ca"
      }
    }
  }
}
```
