# SubVenue

## 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 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>Venue<br><a href="subvenue/venue"><em><mark style="color:blue;">Venue</mark></em></a></td><td>Details of venue</td></tr></tbody></table>

```json
"subVenue": {
        "id": "3be75ddd-5edd-48bc-97ed-fe7de47d07c0",
        "name": "TABLE 4",
        "venue": {
            "id": "9dfc5c0a-3399-42ad-9cf4-35de76b069b5",
            "name": "Morningside Arena",
            "location": {
                "name": "Leicester",
                "country": {
                    "name": "England"
                },
                "continent": {
                    "name": "Europe"
                }
            }
        }
    }
```
