Venue
idintegernullable
ID стадиона
namestringnullable
Название стадиона
translations object
rustringnullable
Название стадиона на русском
capacityintegernullable
Вместимость
city object
namestringnullable
Город
translations object
rustringnullable
Город на русском
country object
namestringnullable
Страна
Venue
{
"id": 0,
"name": "string",
"translations": {
"ru": "string"
},
"capacity": 0,
"city": {
"name": "string",
"translations": {
"ru": "string"
}
},
"country": {
"name": "string"
}
}