Venue

Represents the venue.

Properties

NameTypeDescription

id

UUID

Unique venue id

name

String

Name of the venue

location

Location information

Response JSON
{
   "id": "b8f85c3d-82cb-4803-bcdd-26bb067b61bd",
   "name": "Ice Rink",
   "location": {...}
}

Last updated