Continent

Represents the location details of a continent where a competition to be played.

Name
Type
Description

name

String

Continent's name

Response JSON
{
    "name": "North America"
}

Last updated