| competitionId | integer | Unique identifier for the competition | required | 
				
					| personId | integer | Unique identifier for the person | required | 
				
					| linkDetail | url | link to the detail record | readonly | 
				
                    | isRookie | integer | Is the player a Rookie in this competition? 1=Yes, 0=No. |  | 
				
					| shirtNumber | string | The players's current playing number in competition |  | 
				
					| playingPosition | string | The players's current playing position in competition |  | 
				
					| playerClubId | integer | The unique identifer for the player's current club in the competition. |  | 
				
					| clubName | string | club name | readonly | 
				
					| linkDetailClub | url | link to the club detail record | readonly | 
				
					| playerTeamId | integer | The unique identifer for the player's current team in the competition. |  | 
				
					| teamName | string | team name | readonly | 
				
					| linkDetailTeam | url | link to the team detail record | readonly |