# Round

## 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:orange;">uuid</mark></em></td><td>Unique ID for this competition. Generated by IMG Arena.</td></tr><tr><td>name<br><em><mark style="color:orange;">string</mark></em></td><td>Round name.</td></tr><tr><td>startDateUTC<br><em><mark style="color:orange;">timestamp</mark></em></td><td>The competition's category.</td></tr><tr><td>endDateUTC<br><em><mark style="color:orange;">timestamp</mark></em></td><td>The competition's location.</td></tr></tbody></table>

<pre class="language-json"><code class="lang-json"><strong>{
</strong><strong>   "id": "bc4a56f7-d719-4438-9d5b-e76fbc14342c",
</strong>   "name": "Stage One/week 1",
   "startDateUTC": "2023-06-26T12:00:00",
   "endDateUTC": "2023-06-26T12:00:00"
}
</code></pre>
