# MatchFinished objects

### Fields

This object type contains at least the following fields, and may have additional fields depending on the value of `matchFinished`.

| Field name    | JSON type | Description                                                                                                                                                                                                                                                                                                                                                                         |
| ------------- | --------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| matchFinished | string    | <p>A discriminator field that can be used to identify the type of match status. Possible values:</p><ul><li><a href="normally">Normally</a></li><li><a href="injury">Injury</a></li><li><a href="disqualification">Disqualification</a></li><li><a href="walkover">Walkover</a></li><li><a href="retired">Retired</a></li><li><a href="unknown-reason">Unknown Reason</a></li></ul> |

### Sample

```
{
  "reason": "Normally"
}
```
