# MatchFinished packets

### Fields

In addition to the basic packet fields match status update packets have the following additional fields:

| Field name | JSON type       | Description                                                   |
| ---------- | --------------- | ------------------------------------------------------------- |
| reason     | object (reason) | An object describing the reason of why the match was finished |

### Sample

```
{
    "eventElementType": "MatchFinished",
    "id": 999991,
    "seqNum": 101,
    "reason": {},
    "won": "TeamA",
    "timestamp": "2021-07-13T13:47:17.793Z"
}
```
