TournamentLink
Связанный турнир (элемент linkedTournaments/upperDivisions/lowerDivisions)
idinteger
ID связанного турнира
namestring
Название связанного турнира
slugstringnullable
Слаг связанного турнира
Example:
world-championship-qual-uefatranslations object
rustringnullable
Название на русском
imagestringnullable
URL логотипа связанного турнира
colors objectnullable
Фирменные цвета связанного турнира
primarystringnullable
Example:
#9a1133secondarystringnullable
Example:
#c11541category objectnullable
Категория (страна/регион) связанного турнира
idinteger
Example:
1465namestringnullable
Example:
Europeflagstringnullable
Example:
europetranslations object
rustringnullable
Example:
ЕвропаTournamentLink
{
"id": 0,
"name": "string",
"slug": "world-championship-qual-uefa",
"translations": {
"ru": "string"
},
"image": "string",
"colors": {
"primary": "#9a1133",
"secondary": "#c11541"
},
"category": {
"id": 1465,
"name": "Europe",
"flag": "europe",
"translations": {
"ru": "Европа"
}
}
}