Venue

Represents the venue details of a tournament or season.

Properties for venue:

id uuid

Unique venue id

name String

Name of the location

Location Location []

Details of location

Example:

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

Last updated

Was this helpful?