# Venue

#### Properties for venue:

<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 venue id</td></tr><tr><td>name<br><em><mark style="color:blue;">String</mark></em></td><td>Name of the location</td></tr><tr><td>Location<br><a href="location"><em><mark style="color:blue;">Location []</mark></em></a></td><td>Details of location</td></tr></tbody></table>

Example:

```
{
    "id": "42ad3f27-e256-4df6-b640-32cf62b8d84c",
    "name": "Table Tennis Arena",
    "location": {
      "name": "World"
    }
  }
```
