# Team (Action)

## Properties

<table data-header-hidden><thead><tr><th width="167">Property</th><th>Description</th></tr></thead><tbody><tr><td>id<br><em><mark style="color:blue;">uuid</mark></em></td><td>Unique team id</td></tr><tr><td>name<br><em><mark style="color:blue;">string</mark></em></td><td>Name of the team</td></tr><tr><td>homeTeam<br><mark style="color:blue;">boolean</mark></td><td>Denotes whether the team is the home team<br>Values are <code>true</code> or <code>false</code></td></tr></tbody></table>

```json
"team": {
      "id": "867a43cd-140d-4792-a7b0-74eefca2527f",
      "name": "KV Kortrijk",
      "homeTeam": "true"
    }
```
