| competitorType | string | Is the competitor a team or a person.
                        Options are: | required | 
				
					| matchId | integer | Unique identifier for the match | required | 
				
					| teamId | integer | Unique identifier for the team (if competition is team based) | either teamId or personId is required | 
				
					| personId | integer | Unique identifier for the person (if competition is person based) | either teamId or personId is required | 
				
					| startingPosition | integer | The starting position of the competitor in the match. eg. Lane/Grid |  | 
				
					| resultPlacing | integer | The final placing of the competitor in the match. 1 = Winner |  | 
				
					| isDrawn | integer | Did this competitor draw in this place. 1=Yes, 0=No. |  | 
				
					| completionStatus | string | Has this competitor finished this match? Options are: 
                            NOT_COMPLETECOMPLETEFORFEITFORFEITAGAINST |  | 
				
					| scoreString | string | A string representing the score this competitor achieved in the match |  | 
				
					| scoreSecondaryString | string | A second string representing the score this competitor achieved in the match |  | 
				
					| externalId | string | The externalId of the competitor. |  | 
				
					| isHomeCompetitor | integer | Is this a 'home' match for this competitor. 1=Yes, 0=No. |  | 
				
					| competitorId | string | The ID of the competitor, personId of competitorType is PERSON, teamId if competitorType is TEAM. | readonly | 
				
					| competitorName | string | The name of the competitor | readonly | 
				
					| linkDetailCompetitor | url | The link to the detail of the competitor | readonly |