Player (Squad)
Represents the player details in the Squads feed.
Properties
Indicates whether a player's information has been verified
Example: true or false
{
"id": "6f549898-4550-4d90-a66d-80c4fd69fde5",
"fullName": "Arturas Valeika",
"firstName": "Arturas",
"lastName": "Valeika",
"shirtNumber": "7",
"position": "Goalkeeper",
"location": {
"name": "Lithuania",
"country": {},
"continent": {
"name": "Europe"
}
},
"verified": true
}