PlayerCompact
Represents a compact player resource.
idPlayerID (string)
Unique identifier for the player.
first_nameName (string)
First name of the player.
Possible values: non-empty and <= 100 characters
last_nameName (string)
Last name of the player.
Possible values: non-empty and <= 100 characters
preferred_namestring | nullnullable
Preferred name of the player.
position_codePlayerPositionCode (string)
Code for the position that the player plays.
Possible values: [C, LW, RW, LD, RD, G]
nationalityCountryCode (string)
Country representing the nationality of the player.
Possible values: >= 2 characters and <= 2 characters, Value must match regular expression ^[A-Z]{2}$
PlayerCompact
{
"id": "string",
"first_name": "string",
"last_name": "string",
"position_code": "C",
"nationality": "string"
}