# Team (Squad)

## 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 id of a team</td></tr><tr><td>name<br><em><mark style="color:blue;">string</mark></em></td><td>Team's name<br>Example: <mark style="color:orange;">Boston Celtics</mark></td></tr><tr><td>category<br><a href="../live-objects/category"><em><mark style="color:blue;">Category</mark></em></a></td><td>Team's category<br>Example: <mark style="color:orange;">Men, Women, Youth</mark></td></tr><tr><td>club<br><a href="../live-objects/club"><em><mark style="color:blue;">Club</mark></em></a></td><td>More details about the club the team belongs to</td></tr><tr><td>homeTeam<br><em><mark style="color:blue;">boolean</mark></em></td><td>Indicates whether the team is playing at home or away<br>Example: <mark style="color:orange;">true</mark>, <mark style="color:orange;">false</mark></td></tr></tbody></table>

```json
{
    "id": "114aa40d-6895-48b9-9bfe-0abecc9d10c9",
    "name": "Hapoel Tel Aviv",
    "club": {
        "id": "3bf65514-d1b3-4768-8119-cee69b574734",
        "name": "HAPOEL TEL AVIV"
        },
    "category": {
        "id": 1,
        "name": "Men"
        },
    "homeTeam": true
}
```
