Skip to main content

TeamCompact

Represents a compact team resource.

idTeamID (string)

Unique identifier for the team.

nameName (string)

Name of the team.

Possible values: non-empty and <= 100 characters

codeTeamCode

3-letter code identifying the team.

Possible values: >= 3 characters and <= 3 characters, Value must match regular expression ^[A-Z]{3}$

image_urlurinullable

URL for an image of the team.

TeamCompact
{
"id": "string",
"name": "string"
}