Squad

Represents the player information of a squad.

Properties

PropertyTypeDescription

id

UUID

Unique squad id

season

Season within the squad is registered

team

Information about the team

players

Players' details within a team

{
        "id": "d1854097-8e1d-43db-a8f4-7f7b162ecac7",
        "season": {...},
        "team": {...},
        "players": [...]
}