# Competition Leaders

Competition statistical leaders are a list of persons for a statistic ranked from highest to lowest across an entire competition (multi-season). Each season's own qualification rules are applied to that season's data before aggregating and ranking across seasons.

## competition statistical leaders

> Return a list of the leading persons for a statistic in a competition, aggregated across all included seasons in that competition.

```json
{"openapi":"3.0.0","info":{"title":"DataCore API  - Handball","version":"v1"},"tags":[{"name":"Competition Leaders","description":"Competition statistical leaders are a list of persons for a statistic ranked from highest to lowest across an entire competition (multi-season). Each season's own qualification rules are applied to that season's data before aggregating and ranking across seasons."}],"servers":[{"url":"https://api.dc.connect.sportradar.com/v1","description":"Production server"},{"url":"https://api.dc.stg.connect-nonprod.sportradar.dev/v1","description":"NonProduction/Staging server"}],"security":[{"OAuth2":["read:organization"]}],"components":{"securitySchemes":{"OAuth2":{"type":"oauth2","flows":{"clientCredentials":{"tokenUrl":"/oauth/token","scopes":{"orgId":"Authenticate based on a specific OrganizationId","read:orggroup":"Read data over multiple organizations using and *orggroup* code","write:organization":"Write/Update any data from below the organization","read:organization":"Read any data from the organization down","write:admin":"Perform administration API calls","write:admin_organization":"Ability to manage organizations","write:system":"Perform system configuration API calls"}}},"description":"You can create a JSON Web Token (JWT) using the [token](http://developer.connect.sportradar.com/token/#operation/getToken) API call. Each token is given a set of scopes/permissions. Each endpoint has a scope/permission that it requires to run.  If your token does not possess the correct scope then you will be unable to make the API call."}},"schemas":{"ResponseMetaData":{"type":"object","properties":{"version":{"type":"integer","description":"The version of the API in use for this call"},"codeVersion":{"type":"string","description":"A string indicating the version of the code that handled this request"},"code":{"type":"integer","description":"The HTTP response code for this request"},"time":{"type":"string","format":"date-time","description":"The date/time this request was made (in UTC)."},"fromCache":{"type":"boolean","description":"Was this request served directly from the cache?"},"count":{"type":"integer","description":"The number of records being returned"},"limit":{"type":"integer","description":"The record limit in place for this request"},"offset":{"type":"integer","description":"The record offset in place for this request"},"generationTime":{"type":"number","format":"float","description":"The number of seconds taken to generate this request."}}},"ResponseLinks":{"type":"object","properties":{"self":{"type":"string","format":"uri","description":"The URI referencing this request."},"next":{"type":"string","format":"uri","description":"The URI referencing the 'next' page, if more data is available."},"previous":{"type":"string","format":"uri","description":"The URI referencing the 'previous' page, if the request is not on the first page."}}},"IncludedData":{"type":"object","description":"Available if the request used the 'include' parameter.  It contains extra data about resources found in the data block.","properties":{"resources":{"type":"object","additionalProperties":{"description":"The type of resource","type":"object","enum":["league","organisation","persons"],"additionalProperties":{"type":"object","format":"uuid","description":"The id of the resource","additionalProperties":{"description":"The model for the resource as defined by the type and id"}}}}}},"Competition_Person_StatisticsModel":{"type":"object","additionalProperties":false,"properties":{"personId":{"description":"The unique identifier of the person","type":"string","format":"uuid"},"person":{"properties":{"resourceType":{"type":"string","enum":["persons"]},"id":{"description":"Unique identifier for this resource","type":"string"}},"description":"The person information","type":"object"},"organizationId":{"description":"The unique identifier of the organization","type":"string","readOnly":true},"organization":{"properties":{"resourceType":{"type":"string","enum":["organizations"]},"id":{"description":"Unique identifier for this resource","type":"string"}},"description":"The organization that this competition person statistics belongs to","type":"object"},"competitionId":{"description":"The unique identifier of the competition","type":"string","format":"uuid"},"competition":{"properties":{"resourceType":{"type":"string","enum":["competitions"]},"id":{"description":"Unique identifier for this resource","type":"string"}},"description":"The competition that this season belongs to","type":"object"},"statistics":{"type":"object","additionalProperties":false,"properties":{"airtimeMax":{"description":"Time in minutes (in ISO8601 Duration format) a player was in the air (due to jumping)","anyOf":[{"type":"string","format":"duration"},{"type":"number","format":"float"}],"nullable":true},"assists":{"description":"Total number of assists","type":"integer","nullable":true,"format":"int32"},"assistsPerMatch":{"description":"Average number of assists per match","type":"number","nullable":true,"format":"float"},"backCourtGoalsScored":{"description":"Total number of goals scored from a back court position","type":"integer","nullable":true,"format":"int32"},"backCourtGoalsScoredPerMatch":{"description":"Average number of goals scored from a back court position per match","type":"number","nullable":true,"format":"float"},"backCourtMissedShots":{"description":"Total number of missed shots from a back court position","type":"integer","nullable":true,"format":"int32"},"backCourtMissedShotsPerMatch":{"description":"Average number of missed shots from a back court position per match","type":"number","nullable":true,"format":"float"},"backCourtPostHits":{"description":"Total number of post hits from a back court position","type":"integer","nullable":true,"format":"int32"},"backCourtPostHitsPerMatch":{"description":"Average number of post hits from a back court position per match","type":"number","nullable":true,"format":"float"},"backCourtShootingAccuracy":{"description":"Shot rate of shots on goal from the back court position","type":"number","format":"float"},"backCourtShootingAccuracyPerMatch":{"description":"Shot rate of shots on goal from the back court position per match","type":"number","nullable":true,"format":"float"},"backCourtShots":{"description":"Total number of back court shots attempted","type":"integer","nullable":true,"format":"int32"},"backCourtShotsPerMatch":{"description":"Average number of back court shots attempted per match","type":"number","nullable":true,"format":"float"},"backCourtShotsBlocked":{"description":"Total number of shots blocked from a back court position","type":"integer","nullable":true,"format":"int32"},"backCourtShotsBlockedPerMatch":{"description":"Average number of shots blocked from a back court position per match","type":"number","nullable":true,"format":"float"},"backCourtShotsOnGoal":{"description":"Total number of back court shots on goal","type":"integer","nullable":true,"format":"int32"},"backCourtShotsOnGoalPerMatch":{"description":"Average number of back court shots on goal per match","type":"number","nullable":true,"format":"float"},"blocks":{"description":"Total number of blocks","type":"integer","nullable":true,"format":"int32"},"blocksPerMatch":{"description":"Average number of blocks per match","type":"number","nullable":true,"format":"float"},"blueCards":{"description":"Total number of blue cards","type":"integer","nullable":true,"format":"int32"},"blueCardsPerMatch":{"description":"Average number of blue cards per match","type":"number","nullable":true,"format":"float"},"breakThroughGoalsScored":{"description":"Total number of goals scored from a break through attack","type":"integer","nullable":true,"format":"int32"},"breakThroughGoalsScoredPerMatch":{"description":"Average number of goals scored from a break through attack per match","type":"number","nullable":true,"format":"float"},"breakThroughMissedShots":{"description":"Total number of missed shots from a break through attack","type":"integer","nullable":true,"format":"int32"},"breakThroughMissedShotsPerMatch":{"description":"Average number of missed shots from a break through attack per match","type":"number","nullable":true,"format":"float"},"breakThroughPostHits":{"description":"Total number of post hits from a break through attack","type":"integer","nullable":true,"format":"int32"},"breakThroughPostHitsPerMatch":{"description":"Average number of post hits from a break through attack per match","type":"number","nullable":true,"format":"float"},"breakThroughShootingAccuracy":{"description":"Shot rate shots on goal from a break through attack","type":"number","format":"float"},"breakThroughShootingAccuracyPerMatch":{"description":"Shot rate shots on goal from a break through attack per match","type":"number","nullable":true,"format":"float"},"breakThroughShots":{"description":"Total number of break through shots attempted","type":"integer","nullable":true,"format":"int32"},"breakThroughShotsPerMatch":{"description":"Average number of break through shots attempted per match","type":"number","nullable":true,"format":"float"},"breakThroughShotsBlocked":{"description":"Total number of shots blocked from a break through attack","type":"integer","nullable":true,"format":"int32"},"breakThroughShotsBlockedPerMatch":{"description":"Average number of shots blocked from a break through attack per match","type":"number","nullable":true,"format":"float"},"breakThroughShotsOnGoal":{"description":"Total number of break through shots on goal","type":"integer","nullable":true,"format":"int32"},"breakThroughShotsOnGoalPerMatch":{"description":"Average number of break through shots on goal per match","type":"number","nullable":true,"format":"float"},"cards":{"description":"Total number of cards","type":"integer","nullable":true,"format":"int32"},"cardsPerMatch":{"description":"Average number of cards per match","type":"number","nullable":true,"format":"float"},"distanceSpeedCategory1":{"description":"Distance distribution [m] of the player in the very low speed zone (<4 km/h)","type":"integer","nullable":true,"format":"int32"},"distanceSpeedCategory2":{"description":"Distance distribution [m] of the player in the low speed zone (4-10 km/h)","type":"integer","nullable":true,"format":"int32"},"distanceSpeedCategory3":{"description":"Distance distribution [m] of the player in the medium speed zone (10-16 km/h)","type":"integer","nullable":true,"format":"int32"},"distanceSpeedCategory4":{"description":"Distance distribution [m] of the player in the high speed zone (16-22 km/h)","type":"integer","nullable":true,"format":"int32"},"distanceSpeedCategory5":{"description":"Distance distribution [m] of the player in the very high speed zone (>22 km/h)","type":"integer","nullable":true,"format":"int32"},"distanceTotal":{"description":"Total distance [m] covered by the player","type":"number","nullable":true,"format":"float"},"draws":{"description":"The number of draws","type":"integer","nullable":true,"format":"int32"},"emptyNetGoalsScored":{"description":"Total number of goals scored in an empty net","type":"integer","nullable":true,"format":"int32"},"expectedGoals":{"description":"Expected goals","type":"number","nullable":true,"format":"float"},"expectedSaves":{"description":"Expected saves","type":"number","nullable":true,"format":"float"},"fastBreakGoalsScored":{"description":"Total number of goals scored from a fast break attack","type":"integer","nullable":true,"format":"int32"},"fastBreakGoalsScoredPerMatch":{"description":"Average number of goals scored from a fast break attack per match","type":"number","nullable":true,"format":"float"},"fastBreakMissedShots":{"description":"Total number of missed shots from a fast break attack","type":"integer","nullable":true,"format":"int32"},"fastBreakMissedShotsPerMatch":{"description":"Average number of missed shots from a fast break attack per match","type":"number","nullable":true,"format":"float"},"fastBreakPostHits":{"description":"Total number of post hits from a fast break attack","type":"integer","nullable":true,"format":"int32"},"fastBreakPostHitsPerMatch":{"description":"Average number of post hits from a fast break attack per match","type":"number","nullable":true,"format":"float"},"fastBreakShootingAccuracy":{"description":"Shot rate of shots on goal from a fast break attack","type":"number","format":"float"},"fastBreakShootingAccuracyPerMatch":{"description":"Shot rate of shots on goal from a fast break attack per match","type":"number","nullable":true,"format":"float"},"fastBreakShots":{"description":"Total number of fast break shots attempted","type":"integer","nullable":true,"format":"int32"},"fastBreakShotsPerMatch":{"description":"Average number of fast break shots attempted per match","type":"number","nullable":true,"format":"float"},"fastBreakShotsBlocked":{"description":"Total number of shots blocked from a fast break attack","type":"integer","nullable":true,"format":"int32"},"fastBreakShotsBlockedPerMatch":{"description":"Average number of shots blocked from a fast break attack per match","type":"number","nullable":true,"format":"float"},"fastBreakShotsOnGoal":{"description":"Total number of fast break shots on goal","type":"integer","nullable":true,"format":"int32"},"fastBreakShotsOnGoalPerMatch":{"description":"Average number of fast break shots on goal per match","type":"number","nullable":true,"format":"float"},"fieldGoalsScored":{"description":"Total number of goals scored from the field","type":"integer","nullable":true,"format":"int32"},"fieldGoalsScoredPerMatch":{"description":"Average number of field goals scored per match","type":"number","nullable":true,"format":"float"},"fieldMissedShots":{"description":"Total number of missed shots from the field","type":"integer","nullable":true,"format":"int32"},"fieldMissedShotsPerMatch":{"description":"Average number of missed shots from the field per match","type":"number","nullable":true,"format":"float"},"fieldPostHits":{"description":"Total number of post hits from the field","type":"integer","nullable":true,"format":"int32"},"fieldPostHitsPerMatch":{"description":"Average number of post hits from the field per match","type":"number","nullable":true,"format":"float"},"fieldShootingAccuracy":{"description":"Shot rate of shots on goal from the field","type":"number","format":"float"},"fieldShootingAccuracyPerMatch":{"description":"Shot rate of shots on goal from the field per match","type":"number","nullable":true,"format":"float"},"fieldShots":{"description":"Total number of field shots attempted","type":"integer","nullable":true,"format":"int32"},"fieldShotsPerMatch":{"description":"Average number of field shots attempted per match","type":"number","nullable":true,"format":"float"},"fieldShotsBlocked":{"description":"Total number of shots blocked from the field","type":"integer","nullable":true,"format":"int32"},"fieldShotsBlockedPerMatch":{"description":"Average number of shots blocked from the field per match","type":"number","nullable":true,"format":"float"},"fieldShotsOnGoal":{"description":"Total number of field shots on goal","type":"integer","nullable":true,"format":"int32"},"fieldShotsOnGoalPerMatch":{"description":"Average number of field shots on goal per match","type":"number","nullable":true,"format":"float"},"fouls":{"description":"Total number of fouls committed","type":"integer","nullable":true,"format":"int32"},"foulsPerMatch":{"description":"Average number of fouls committed per match","type":"number","nullable":true,"format":"float"},"foulsDrawn":{"description":"Total number of fouls drawn","type":"integer","nullable":true,"format":"int32"},"foulsDrawnPerMatch":{"description":"Average number of fouls drawn per match","type":"number","nullable":true,"format":"float"},"fourMinuteSuspensions":{"description":"Total number of four minute suspensions","type":"integer","nullable":true,"format":"int32"},"fourMinuteSuspensionsPerMatch":{"description":"Average number of four minute suspensions per match","type":"number","nullable":true,"format":"float"},"games":{"description":"The number of matches that they have participated in","type":"integer","nullable":true,"format":"int32"},"gamesStarted":{"description":"The number of matches that they were a starter","type":"integer","nullable":true,"format":"int32"},"goalKeeperBackCourtGoalsAgainst":{"description":"Total number of back court goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperBackCourtGoalsAgainstPerMatch":{"description":"Average number of back court goals conceded by the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperBackCourtSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from the back court position","type":"number","format":"float"},"goalKeeperBackCourtSaveAccuracyPerMatch":{"description":"Rate of balls saved by the goalkeeper from the back court position per match","type":"number","nullable":true,"format":"float"},"goalKeeperBackCourtShotsAgainst":{"description":"Total number of back court shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperBackCourtShotsAgainstPerMatch":{"description":"Average number of back court shots on goal against the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperBackCourtShotsSaved":{"description":"Total number of back court shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperBackCourtShotsSavedPerMatch":{"description":"Average number of back court shots saved by the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperBreakThroughGoalsAgainst":{"description":"Total number of break through goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperBreakThroughGoalsAgainstPerMatch":{"description":"Average number of break through goals conceded by the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperBreakThroughSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from a break through attack","type":"number","format":"float"},"goalKeeperBreakThroughSaveAccuracyPerMatch":{"description":"Rate of balls saved by the goalkeeper from a break through attack per match","type":"number","nullable":true,"format":"float"},"goalKeeperBreakThroughShotsAgainst":{"description":"Total number of break through shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperBreakThroughShotsAgainstPerMatch":{"description":"Average number of break through shots on goal against the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperBreakThroughShotsSaved":{"description":"Total number of break through shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperBreakThroughShotsSavedPerMatch":{"description":"Average number of break through shots saved by the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperFastBreakGoalsAgainst":{"description":"Total number of fast break goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperFastBreakGoalsAgainstPerMatch":{"description":"Average number of fast break goals conceded by the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperFastBreakSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from a fast break attack","type":"number","format":"float"},"goalKeeperFastBreakSaveAccuracyPerMatch":{"description":"Rate of balls saved by the goalkeeper from a fast break attack per match","type":"number","nullable":true,"format":"float"},"goalKeeperFastBreakShotsAgainst":{"description":"Total number of fast break shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperFastBreakShotsAgainstPerMatch":{"description":"Average number of fast break shots on goal against the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperFastBreakShotsSaved":{"description":"Total number of fast break shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperFastBreakShotsSavedPerMatch":{"description":"Average number of fast break shots saved by the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperFieldGoalsAgainst":{"description":"Total number of field goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperFieldGoalsAgainstPerMatch":{"description":"Average number of field goals conceded by the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperFieldSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper when shooting from the field","type":"number","format":"float"},"goalKeeperFieldSaveAccuracyPerMatch":{"description":"Rate of balls saved by the goalkeeper when shooting from the field","type":"number","nullable":true,"format":"float"},"goalKeeperFieldShotsAgainst":{"description":"Total number of field shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperFieldShotsAgainstPerMatch":{"description":"Average number of field shots on goal against the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperFieldShotsSaved":{"description":"Total number of field shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperFieldShotsSavedPerMatch":{"description":"Average number of field shots saved by the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperGoalsAgainst":{"description":"Total number of goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperGoalsAgainstPerMatch":{"description":"Average number of goals conceded by the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperNineMetreCentreGoalsAgainst":{"description":"Total number of nine metre centre goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperNineMetreCentreGoalsAgainstPerMatch":{"description":"Average number of nine metre centre goals conceded by the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperNineMetreCentreSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from the nine metre centre position","type":"number","format":"float"},"goalKeeperNineMetreCentreSaveAccuracyPerMatch":{"description":"Rate of balls saved by the goalkeeper from the nine metre centre position per match","type":"number","nullable":true,"format":"float"},"goalKeeperNineMetreCentreShotsAgainst":{"description":"Total number of nine metre centre shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperNineMetreCentreShotsAgainstPerMatch":{"description":"Average number of nine metre centre shots on goal against the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperNineMetreCentreShotsSaved":{"description":"Total number of nine metre centre shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperNineMetreCentreShotsSavedPerMatch":{"description":"Average number of nine metre centre shots saved by the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperNineMetreGoalsAgainst":{"description":"Total number of nine metre goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperNineMetreGoalsAgainstPerMatch":{"description":"Average number of nine metre goals conceded by the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperNineMetreLeftGoalsAgainst":{"description":"Total number of nine metre left goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperNineMetreLeftGoalsAgainstPerMatch":{"description":"Average number of nine metre left goals conceded by the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperNineMetreLeftSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from the nine metre left position","type":"number","format":"float"},"goalKeeperNineMetreLeftSaveAccuracyPerMatch":{"description":"Rate of balls saved by the goalkeeper from the nine metre left position per match","type":"number","nullable":true,"format":"float"},"goalKeeperNineMetreLeftShotsAgainst":{"description":"Total number of nine metre left shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperNineMetreLeftShotsAgainstPerMatch":{"description":"Average number of nine metre left shots on goal against the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperNineMetreLeftShotsSaved":{"description":"Total number of nine metre left shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperNineMetreLeftShotsSavedPerMatch":{"description":"Average number of nine metre left shots saved by the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperNineMetreRightGoalsAgainst":{"description":"Total number of nine metre right goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperNineMetreRightGoalsAgainstPerMatch":{"description":"Average number of nine metre right goals conceded by the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperNineMetreRightSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from the nine metre right position","type":"number","format":"float"},"goalKeeperNineMetreRightSaveAccuracyPerMatch":{"description":"Rate of balls saved by the goalkeeper from the nine metre right position per match","type":"number","nullable":true,"format":"float"},"goalKeeperNineMetreRightShotsAgainst":{"description":"Total number of nine metre right shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperNineMetreRightShotsAgainstPerMatch":{"description":"Average number of nine metre right shots on goal against the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperNineMetreRightShotsSaved":{"description":"Total number of nine metre right shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperNineMetreRightShotsSavedPerMatch":{"description":"Average number of nine metre right shots saved by the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperNineMetreSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from the nine metre position","type":"number","format":"float"},"goalKeeperNineMetreSaveAccuracyPerMatch":{"description":"Rate of balls saved by the goalkeeper from the nine metre position per match","type":"number","nullable":true,"format":"float"},"goalKeeperNineMetreShotsAgainst":{"description":"Total number of nine metre shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperNineMetreShotsAgainstPerMatch":{"description":"Average number of nine metre shots on goal against the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperNineMetreShotsSaved":{"description":"Total number of nine metre shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperNineMetreShotsSavedPerMatch":{"description":"Average number of nine metre shots saved by the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperPivotGoalsAgainst":{"description":"Total number of pivot goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperPivotGoalsAgainstPerMatch":{"description":"Average number of pivot goals conceded by the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperPivotSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from the pivot position","type":"number","format":"float"},"goalKeeperPivotSaveAccuracyPerMatch":{"description":"Rate of balls saved by the goalkeeper from the pivot position per match","type":"number","nullable":true,"format":"float"},"goalKeeperPivotShotsAgainst":{"description":"Total number of pivot shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperPivotShotsAgainstPerMatch":{"description":"Average number of pivot shots on goal against the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperPivotShotsSaved":{"description":"Total number of pivot shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperPivotShotsSavedPerMatch":{"description":"Average number of pivot shots saved by the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperSaveAccuracy":{"description":"Rate of all balls saved by the goalkeeper","type":"number","format":"float"},"goalKeeperSaveAccuracyPerMatch":{"description":"Rate of all balls saved by the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperSecondsPlayed":{"description":"Total number of seconds played by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSecondsPlayedPerMatch":{"description":"Average number of seconds played by the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperSevenMetreGoalsAgainst":{"description":"Total number of seven metre penalty goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSevenMetreGoalsAgainstPerMatch":{"description":"Average number of seven metre penalty goals conceded by the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperSevenMetreSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from the seven metre position","type":"number","format":"float"},"goalKeeperSevenMetreSaveAccuracyPerMatch":{"description":"Rate of balls saved by the goalkeeper from the seven metre position per match","type":"number","nullable":true,"format":"float"},"goalKeeperSevenMetreShotsAgainst":{"description":"Total number of seven metre penalty shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSevenMetreShotsAgainstPerMatch":{"description":"Average number of seven metre penalty shots on goal against the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperSevenMetreShotsSaved":{"description":"Total number of seven metre penalty shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSevenMetreShotsSavedPerMatch":{"description":"Average number of seven metre penalty shots saved by the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperShotsAgainst":{"description":"Total number of shots against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperShotsAgainstPerMatch":{"description":"Average number of shots against the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperShotsPerGoalsAgainst":{"description":"Ratio of shots against to goals against for a goalkeeper","type":"number","nullable":true,"format":"float"},"goalKeeperShotsSaved":{"description":"Total number of shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperShotsSavedPerMatch":{"description":"Average number of shots saved by the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperSixMetreCentreGoalsAgainst":{"description":"Total number of six metre centre goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSixMetreCentreGoalsAgainstPerMatch":{"description":"Average number of six metre centre goals conceded by the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperSixMetreCentreSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from the six metre centre position","type":"number","format":"float"},"goalKeeperSixMetreCentreSaveAccuracyPerMatch":{"description":"Rate of balls saved by the goalkeeper from the six metre centre position per match","type":"number","nullable":true,"format":"float"},"goalKeeperSixMetreCentreShotsAgainst":{"description":"Total number of six metre centre shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSixMetreCentreShotsAgainstPerMatch":{"description":"Average number of six metre centre shots on goal against the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperSixMetreCentreShotsSaved":{"description":"Total number of six metre centre shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSixMetreCentreShotsSavedPerMatch":{"description":"Average number of six metre centre shots saved by the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperSixMetreGoalsAgainst":{"description":"Total number of six metre goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSixMetreGoalsAgainstPerMatch":{"description":"Average number of six metre goals conceded by the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperSixMetreLeftGoalsAgainst":{"description":"Total number of six metre left goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSixMetreLeftGoalsAgainstPerMatch":{"description":"Average number of six metre left goals conceded by the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperSixMetreLeftSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from the six metre left position","type":"number","format":"float"},"goalKeeperSixMetreLeftSaveAccuracyPerMatch":{"description":"Rate of balls saved by the goalkeeper from the six metre left position per match","type":"number","nullable":true,"format":"float"},"goalKeeperSixMetreLeftShotsAgainst":{"description":"Total number of six metre left shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSixMetreLeftShotsAgainstPerMatch":{"description":"Average number of six metre left shots on goal against the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperSixMetreLeftShotsSaved":{"description":"Total number of six metre left shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSixMetreLeftShotsSavedPerMatch":{"description":"Average number of six metre left shots saved by the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperSixMetreRightGoalsAgainst":{"description":"Total number of six metre right goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSixMetreRightGoalsAgainstPerMatch":{"description":"Average number of six metre right goals conceded by the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperSixMetreRightSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from the six metre right position","type":"number","format":"float"},"goalKeeperSixMetreRightSaveAccuracyPerMatch":{"description":"Rate of balls saved by the goalkeeper from the six metre right position per match","type":"number","nullable":true,"format":"float"},"goalKeeperSixMetreRightShotsAgainst":{"description":"Total number of six metre right shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSixMetreRightShotsAgainstPerMatch":{"description":"Average number of six metre right shots on goal against the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperSixMetreRightShotsSaved":{"description":"Total number of six metre right shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSixMetreRightShotsSavedPerMatch":{"description":"Average number of six metre right shots saved by the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperSixMetreSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from the six metre position","type":"number","format":"float"},"goalKeeperSixMetreSaveAccuracyPerMatch":{"description":"Rate of balls saved by the goalkeeper from the six metre position per match","type":"number","nullable":true,"format":"float"},"goalKeeperSixMetreShotsAgainst":{"description":"Total number of six metre shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSixMetreShotsAgainstPerMatch":{"description":"Average number of six metre shots on goal against the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperSixMetreShotsSaved":{"description":"Total number of six metre shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSixMetreShotsSavedPerMatch":{"description":"Average number of six metre shots saved by the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperWingGoalsAgainst":{"description":"Total number of wing goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperWingGoalsAgainstPerMatch":{"description":"Average number of wing goals conceded by the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperWingLeftGoalsAgainst":{"description":"Total number of left wing goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperWingLeftGoalsAgainstPerMatch":{"description":"Average number of left wing goals conceded by the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperWingLeftSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from the wing left position","type":"number","format":"float"},"goalKeeperWingLeftSaveAccuracyPerMatch":{"description":"Rate of balls saved by the goalkeeper from the wing left position per match","type":"number","nullable":true,"format":"float"},"goalKeeperWingLeftShotsAgainst":{"description":"Total number of left wing shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperWingLeftShotsAgainstPerMatch":{"description":"Average number of left wing shots on goal against the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperWingLeftShotsSaved":{"description":"Total number of left wing shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperWingLeftShotsSavedPerMatch":{"description":"Average number of left wing shots saved by the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperWingRightGoalsAgainst":{"description":"Total number of right wing goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperWingRightGoalsAgainstPerMatch":{"description":"Average number of right wing goals conceded by the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperWingRightSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from the wing right position","type":"number","format":"float"},"goalKeeperWingRightSaveAccuracyPerMatch":{"description":"Rate of balls saved by the goalkeeper from the wing right position per match","type":"number","nullable":true,"format":"float"},"goalKeeperWingRightShotsAgainst":{"description":"Total number of right wing shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperWingRightShotsAgainstPerMatch":{"description":"Average number of right wing shots on goal against the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperWingRightShotsSaved":{"description":"Total number of right wing shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperWingRightShotsSavedPerMatch":{"description":"Average number of right wing shots saved by the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperWingSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from the wing position","type":"number","format":"float"},"goalKeeperWingSaveAccuracyPerMatch":{"description":"Rate of balls saved by the goalkeeper from the wing position per match","type":"number","nullable":true,"format":"float"},"goalKeeperWingShotsAgainst":{"description":"Total number of wing shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperWingShotsAgainstPerMatch":{"description":"Average number of wing shots on goal against the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperWingShotsSaved":{"description":"Total number of wing shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperWingShotsSavedPerMatch":{"description":"Average number of wing shots saved by the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalsScored":{"description":"Total number of goals scored","type":"integer","nullable":true,"format":"int32"},"goalsScoredPerMatch":{"description":"Average number of goals scored per match","type":"number","nullable":true,"format":"float"},"handballPerformanceIndex":{"description":"Handball Performance Index","type":"number","nullable":true,"format":"float"},"losses":{"description":"The number of losses","type":"integer","nullable":true,"format":"int32"},"matchesPlayed":{"description":"The number of matches that they have participated in","type":"integer","nullable":true,"format":"int32"},"minutes":{"description":"Time in play (in ISO8601 Duration format); only available for goalkeepers","anyOf":[{"type":"string","format":"duration"},{"type":"number","format":"float"}],"nullable":true},"minutesPerMatch":{"description":"Average time in play (in ISO8601 Duration format) per game; only for goalkeepers","anyOf":[{"type":"string","format":"duration"},{"type":"number","format":"float"}],"nullable":true},"missedShots":{"description":"Total number of missed shots","type":"integer","nullable":true,"format":"int32"},"missedShotsPerMatch":{"description":"Average number of missed shots per match","type":"number","nullable":true,"format":"float"},"nineMetreCentreGoalsScored":{"description":"Total number of goals scored from the nine metre centre position","type":"integer","nullable":true,"format":"int32"},"nineMetreCentreGoalsScoredPerMatch":{"description":"Average number of goals scored from the nine metre centre position per match","type":"number","nullable":true,"format":"float"},"nineMetreCentreMissedShots":{"description":"Total number of missed shots from the nine metre centre position","type":"integer","nullable":true,"format":"int32"},"nineMetreCentreMissedShotsPerMatch":{"description":"Average number of missed shots from the nine metre centre position per match","type":"number","nullable":true,"format":"float"},"nineMetreCentrePostHits":{"description":"Total number of post hits from the nine metre centre position","type":"integer","nullable":true,"format":"int32"},"nineMetreCentrePostHitsPerMatch":{"description":"Average number of post hits from the nine metre centre position per match","type":"number","nullable":true,"format":"float"},"nineMetreCentreShootingAccuracy":{"description":"Shot rate of shots on goal from the nine metre centre position","type":"number","format":"float"},"nineMetreCentreShootingAccuracyPerMatch":{"description":"Shot rate of shots on goal from the nine metre centre position per match","type":"number","nullable":true,"format":"float"},"nineMetreCentreShots":{"description":"Total number of nine metre centre shots","type":"integer","nullable":true,"format":"int32"},"nineMetreCentreShotsPerMatch":{"description":"Average number of nine metre centre shots per match","type":"number","nullable":true,"format":"float"},"nineMetreCentreShotsBlocked":{"description":"Total number of shots blocked from the nine metre centre position","type":"integer","nullable":true,"format":"int32"},"nineMetreCentreShotsBlockedPerMatch":{"description":"Average number of shots blocked from the nine metre centre position per match","type":"number","nullable":true,"format":"float"},"nineMetreCentreShotsOnGoal":{"description":"Total number of nine metre centre shots on goal","type":"integer","nullable":true,"format":"int32"},"nineMetreCentreShotsOnGoalPerMatch":{"description":"Average number of nine metre centre shots on goal per match","type":"number","nullable":true,"format":"float"},"nineMetreGoalsScored":{"description":"Total number of goals scored from the nine metre position","type":"integer","nullable":true,"format":"int32"},"nineMetreGoalsScoredPerMatch":{"description":"Average number of goals scored from the nine metre position per match","type":"number","nullable":true,"format":"float"},"nineMetreLeftGoalsScored":{"description":"Total number of goals scored from the nine metre left position","type":"integer","nullable":true,"format":"int32"},"nineMetreLeftGoalsScoredPerMatch":{"description":"Average number of goals scored from the nine metre left position per match","type":"number","nullable":true,"format":"float"},"nineMetreLeftMissedShots":{"description":"Total number of missed shots from the nine metre left position","type":"integer","nullable":true,"format":"int32"},"nineMetreLeftMissedShotsPerMatch":{"description":"Average number of missed shots from the nine metre left position per match","type":"number","nullable":true,"format":"float"},"nineMetreLeftPostHits":{"description":"Total number of post hits from the nine metre left position","type":"integer","nullable":true,"format":"int32"},"nineMetreLeftPostHitsPerMatch":{"description":"Average number of post hits from the nine metre left position per match","type":"number","nullable":true,"format":"float"},"nineMetreLeftShootingAccuracy":{"description":"Shot rate of shots on goal from the nine metre left position","type":"number","format":"float"},"nineMetreLeftShootingAccuracyPerMatch":{"description":"Shot rate of shots on goal from the nine metre left position per match","type":"number","nullable":true,"format":"float"},"nineMetreLeftShots":{"description":"Total number of nine metre left shots attempted","type":"integer","nullable":true,"format":"int32"},"nineMetreLeftShotsPerMatch":{"description":"Average number of nine metre left shots attempted per match","type":"number","nullable":true,"format":"float"},"nineMetreLeftShotsBlocked":{"description":"Total number of shots blocked from the nine metre left position","type":"integer","nullable":true,"format":"int32"},"nineMetreLeftShotsBlockedPerMatch":{"description":"Average number of shots blocked from the nine metre left position per match","type":"number","nullable":true,"format":"float"},"nineMetreLeftShotsOnGoal":{"description":"Total number of nine metre left shots on goal","type":"integer","nullable":true,"format":"int32"},"nineMetreLeftShotsOnGoalPerMatch":{"description":"Average number of nine metre left shots on goal per match","type":"number","nullable":true,"format":"float"},"nineMetreMissedShots":{"description":"Total number of missed shots from the nine metre position","type":"integer","nullable":true,"format":"int32"},"nineMetreMissedShotsPerMatch":{"description":"Average number of missed shots from the nine metre position per match","type":"number","nullable":true,"format":"float"},"nineMetrePostHits":{"description":"Total number of post hits from the nine metre position","type":"integer","nullable":true,"format":"int32"},"nineMetrePostHitsPerMatch":{"description":"Average number of post hits from the nine metre position per match","type":"number","nullable":true,"format":"float"},"nineMetreRightGoalsScored":{"description":"Total number of goals scored from the nine metre right position","type":"integer","nullable":true,"format":"int32"},"nineMetreRightGoalsScoredPerMatch":{"description":"Average number of goals scored from the nine metre right position per match","type":"number","nullable":true,"format":"float"},"nineMetreRightMissedShots":{"description":"Total number of missed shots from the nine metre right position","type":"integer","nullable":true,"format":"int32"},"nineMetreRightMissedShotsPerMatch":{"description":"Average number of missed shots from the nine metre right position per match","type":"number","nullable":true,"format":"float"},"nineMetreRightPostHits":{"description":"Total number of post hits from the nine metre right position","type":"integer","nullable":true,"format":"int32"},"nineMetreRightPostHitsPerMatch":{"description":"Average number of post hits from the nine metre right position per match","type":"number","nullable":true,"format":"float"},"nineMetreRightShootingAccuracy":{"description":"Shot rate of shots on goal from the nine metre right position","type":"number","format":"float"},"nineMetreRightShootingAccuracyPerMatch":{"description":"Shot rate of shots on goal from the nine metre right position per match","type":"number","nullable":true,"format":"float"},"nineMetreRightShots":{"description":"Total number of nine metre right shots attempted","type":"integer","nullable":true,"format":"int32"},"nineMetreRightShotsPerMatch":{"description":"Average number of nine metre right shots attempted per match","type":"number","nullable":true,"format":"float"},"nineMetreRightShotsBlocked":{"description":"Total number of shots blocked from the nine metre right position","type":"integer","nullable":true,"format":"int32"},"nineMetreRightShotsBlockedPerMatch":{"description":"Average number of shots blocked from the nine metre right position per match","type":"number","nullable":true,"format":"float"},"nineMetreRightShotsOnGoal":{"description":"Total number of nine metre right shots on goal","type":"integer","nullable":true,"format":"int32"},"nineMetreRightShotsOnGoalPerMatch":{"description":"Average number of nine metre right shots on goal per match","type":"number","nullable":true,"format":"float"},"nineMetreShootingAccuracy":{"description":"Shot rate of shots on goal from the nine metre position","type":"number","format":"float"},"nineMetreShootingAccuracyPerMatch":{"description":"Shot rate of shots on goal from the nine metre position per match","type":"number","nullable":true,"format":"float"},"nineMetreShots":{"description":"Total number of nine metre shots attempted","type":"integer","nullable":true,"format":"int32"},"nineMetreShotsPerMatch":{"description":"Average number of nine metre shots attempted per match","type":"number","nullable":true,"format":"float"},"nineMetreShotsBlocked":{"description":"Total number of shots blocked from the nine metre position","type":"integer","nullable":true,"format":"int32"},"nineMetreShotsBlockedPerMatch":{"description":"Average number of shots blocked from the nine metre position per match","type":"number","nullable":true,"format":"float"},"nineMetreShotsOnGoal":{"description":"Total number of nine metre shots on goal","type":"integer","nullable":true,"format":"int32"},"nineMetreShotsOnGoalPerMatch":{"description":"Average number of nine metre shots on goal per match","type":"number","nullable":true,"format":"float"},"passivePlay":{"description":"Total number of passive play","type":"integer","nullable":true,"format":"int32"},"pivotGoalsScored":{"description":"Total number of goals scored from the pivot position","type":"integer","nullable":true,"format":"int32"},"pivotGoalsScoredPerMatch":{"description":"Average number of goals scored from the pivot position per match","type":"number","nullable":true,"format":"float"},"pivotMissedShots":{"description":"Total number of missed shots from the pivot position","type":"integer","nullable":true,"format":"int32"},"pivotMissedShotsPerMatch":{"description":"Average number of missed shots from the pivot position per match","type":"number","nullable":true,"format":"float"},"pivotPostHits":{"description":"Total number of post hits from the pivot position","type":"integer","nullable":true,"format":"int32"},"pivotPostHitsPerMatch":{"description":"Average number of post hits from the pivot position per match","type":"number","nullable":true,"format":"float"},"pivotShootingAccuracy":{"description":"Shot rate of shots on goal from the pivot position","type":"number","format":"float"},"pivotShootingAccuracyPerMatch":{"description":"Shot rate of shots on goal from the pivot position per match","type":"number","nullable":true,"format":"float"},"pivotShots":{"description":"Total number of pivot shots attempted","type":"integer","nullable":true,"format":"int32"},"pivotShotsPerMatch":{"description":"Average number of pivot shots attempted per match","type":"number","nullable":true,"format":"float"},"pivotShotsBlocked":{"description":"Total number of shots blocked from the pivot position","type":"integer","nullable":true,"format":"int32"},"pivotShotsBlockedPerMatch":{"description":"Average number of shots blocked from the pivot position per match","type":"number","nullable":true,"format":"float"},"pivotShotsOnGoal":{"description":"Total number of pivot shots on goal","type":"integer","nullable":true,"format":"int32"},"pivotShotsOnGoalPerMatch":{"description":"Average number of pivot shots on goal per match","type":"number","nullable":true,"format":"float"},"postHits":{"description":"Total number of post hits","type":"integer","nullable":true,"format":"int32"},"postHitsPerMatch":{"description":"Average number of post hits per match","type":"number","nullable":true,"format":"float"},"redCards":{"description":"Total number of red cards","type":"integer","nullable":true,"format":"int32"},"redCardsPerMatch":{"description":"Average number of red cards per match","type":"number","nullable":true,"format":"float"},"sevenMetreGoalsScored":{"description":"Total number of goals scored from the seven metre penalties","type":"integer","nullable":true,"format":"int32"},"sevenMetreGoalsScoredPerMatch":{"description":"Average number of goals scored from the seven metre penalties per match","type":"number","nullable":true,"format":"float"},"sevenMetreMissedShots":{"description":"Total number of missed shots from the seven metre penalties","type":"integer","nullable":true,"format":"int32"},"sevenMetreMissedShotsPerMatch":{"description":"Average number of missed shots from the seven metre penalties per match","type":"number","nullable":true,"format":"float"},"sevenMetrePenaltiesAwarded":{"description":"Total number of seven metre penalties awarded","type":"integer","nullable":true,"format":"int32"},"sevenMetrePenaltiesAwardedPerMatch":{"description":"Average number of seven metre penalties awarded per match","type":"number","nullable":true,"format":"float"},"sevenMetrePenaltiesCaused":{"description":"Total number of seven metre penalties caused","type":"integer","nullable":true,"format":"int32"},"sevenMetrePenaltiesCausedPerMatch":{"description":"Average number of seven metre penalties caused per match","type":"number","nullable":true,"format":"float"},"sevenMetrePenaltyFouls":{"description":"Total number of seven metre penalty fouls","type":"integer","nullable":true,"format":"int32"},"sevenMetrePenaltyFoulsPerMatch":{"description":"Average number of seven metre penalty fouls per match","type":"number","nullable":true,"format":"float"},"sevenMetrePostHits":{"description":"Total number of post hits from the seven metre penalties","type":"integer","nullable":true,"format":"int32"},"sevenMetrePostHitsPerMatch":{"description":"Average number of post hits from the seven metre penalties per match","type":"number","nullable":true,"format":"float"},"sevenMetreShootingAccuracy":{"description":"Shot rate of shots on goal from seven metre penalties","type":"number","format":"float"},"sevenMetreShootingAccuracyPerMatch":{"description":"Shot rate of shots on goal from seven metre penalties per match","type":"number","nullable":true,"format":"float"},"sevenMetreShots":{"description":"Total number of seven metre penalty shots attempted","type":"integer","nullable":true,"format":"int32"},"sevenMetreShotsPerMatch":{"description":"Average number of seven metre penalty shots attempted per match","type":"number","nullable":true,"format":"float"},"sevenMetreShotsBlocked":{"description":"Total number of shots blocked from the seven metre penalties","type":"integer","nullable":true,"format":"int32"},"sevenMetreShotsBlockedPerMatch":{"description":"Average number of shots blocked from the seven metre penalties per match","type":"number","nullable":true,"format":"float"},"sevenMetreShotsOnGoal":{"description":"Total number of seven metre penalty shots on goal","type":"integer","nullable":true,"format":"int32"},"sevenMetreShotsOnGoalPerMatch":{"description":"Average number of seven metre penalty shots on goal per match","type":"number","nullable":true,"format":"float"},"shootingAccuracy":{"description":"Shot rate for all shots on goal","type":"number","format":"float"},"shootingAccuracyPerMatch":{"description":"Shot rate for all shots on goal per match","type":"number","nullable":true,"format":"float"},"shootOuts":{"description":"Total number of shoot outs","type":"integer","nullable":true,"format":"int32"},"shootOutsPerMatch":{"description":"Average number of shoot outs per match","type":"number","nullable":true,"format":"float"},"shootOutsMade":{"description":"Total number of goals scored from shoot out shots","type":"integer","nullable":true,"format":"int32"},"shootOutsMadePerMatch":{"description":"Average number of shoot outs made per match","type":"number","nullable":true,"format":"float"},"shootOutsMissed":{"description":"Total number of shoot out shots missed","type":"integer","nullable":true,"format":"int32"},"shootOutsMissedPerMatch":{"description":"Average number of shoot outs missed per match","type":"number","nullable":true,"format":"float"},"shootOutsSaved":{"description":"Total number of shoot out shots saved","type":"integer","nullable":true,"format":"int32"},"shootOutsSavedPerMatch":{"description":"Average number of shoot outs saved per match","type":"number","nullable":true,"format":"float"},"shots":{"description":"Total number of shots. This is made up of all shots, including shot that are blocked, saved, lead to a goal, missed, hit the bar or post.","type":"integer","nullable":true,"format":"int32"},"shotsPerMatch":{"description":"Average number of shots per match","type":"number","nullable":true,"format":"float"},"shotsBlocked":{"description":"Total number of shots blocked","type":"integer","nullable":true,"format":"int32"},"shotsBlockedPerMatch":{"description":"Average number of shots blocked per match","type":"number","nullable":true,"format":"float"},"shotsOnGoal":{"description":"Total number of shots on target. This is made up of shots that lead to goals or a save from the Goalie.","type":"integer","nullable":true,"format":"int32"},"shotsOnGoalPerMatch":{"description":"Average number of shots on goal per match","type":"number","nullable":true,"format":"float"},"shotsSavedByGoalKeeper":{"description":"The number of shots taken by a player that were saved by the opposition goalkeeper","type":"integer","nullable":true,"format":"int32"},"shotsSavedByGoalKeeperPerMatch":{"description":"Average number of shots taken by a player that were saved by the opposition goalkeeper per match","type":"number","nullable":true,"format":"float"},"sixMetreCentreGoalsScored":{"description":"Total number of goals scored from the six metre centre position","type":"integer","nullable":true,"format":"int32"},"sixMetreCentreGoalsScoredPerMatch":{"description":"Average number of goals scored from the six metre centre position per match","type":"number","nullable":true,"format":"float"},"sixMetreCentreMissedShots":{"description":"Total number of missed shots from the six metre centre position","type":"integer","nullable":true,"format":"int32"},"sixMetreCentreMissedShotsPerMatch":{"description":"Average number of missed shots from the six metre centre position per match","type":"number","nullable":true,"format":"float"},"sixMetreCentrePostHits":{"description":"Total number of post hits from the six metre centre position","type":"integer","nullable":true,"format":"int32"},"sixMetreCentrePostHitsPerMatch":{"description":"Average number of post hits from the six metre centre position per match","type":"number","nullable":true,"format":"float"},"sixMetreCentreShootingAccuracy":{"description":"Shot rate of shots on goal from the six metre centre position","type":"number","format":"float"},"sixMetreCentreShootingAccuracyPerMatch":{"description":"Shot rate of shots on goal from the six metre centre position per match","type":"number","nullable":true,"format":"float"},"sixMetreCentreShots":{"description":"Total number of six metre centre shots","type":"integer","nullable":true,"format":"int32"},"sixMetreCentreShotsPerMatch":{"description":"Average number of six metre centre shots per match","type":"number","nullable":true,"format":"float"},"sixMetreCentreShotsBlocked":{"description":"Total number of shots blocked from the six metre centre position","type":"integer","nullable":true,"format":"int32"},"sixMetreCentreShotsBlockedPerMatch":{"description":"Average number of shots blocked from the six metre centre position per match","type":"number","nullable":true,"format":"float"},"sixMetreCentreShotsOnGoal":{"description":"Total number of six metre centre shots on goal","type":"integer","nullable":true,"format":"int32"},"sixMetreCentreShotsOnGoalPerMatch":{"description":"Average number of six metre centre shots on goal per match","type":"number","nullable":true,"format":"float"},"sixMetreGoalsScored":{"description":"Total number of goals scored from the six metre position","type":"integer","nullable":true,"format":"int32"},"sixMetreGoalsScoredPerMatch":{"description":"Average number of goals scored from the six metre position per match","type":"number","nullable":true,"format":"float"},"sixMetreLeftGoalsScored":{"description":"Total number of goals scored from the six metre left position","type":"integer","nullable":true,"format":"int32"},"sixMetreLeftGoalsScoredPerMatch":{"description":"Average number of goals scored from the six metre left position per match","type":"number","nullable":true,"format":"float"},"sixMetreLeftMissedShots":{"description":"Total number of missed shots from the six metre left position","type":"integer","nullable":true,"format":"int32"},"sixMetreLeftMissedShotsPerMatch":{"description":"Average number of missed shots from the six metre left position per match","type":"number","nullable":true,"format":"float"},"sixMetreLeftPostHits":{"description":"Total number of post hits from the six metre left position","type":"integer","nullable":true,"format":"int32"},"sixMetreLeftPostHitsPerMatch":{"description":"Average number of post hits from the six metre left position per match","type":"number","nullable":true,"format":"float"},"sixMetreLeftShootingAccuracy":{"description":"Shot rate of shots on goal from the six metre left position","type":"number","format":"float"},"sixMetreLeftShootingAccuracyPerMatch":{"description":"Shot rate of shots on goal from the six metre left position per match","type":"number","nullable":true,"format":"float"},"sixMetreLeftShots":{"description":"Total number of six metre left shots attempted","type":"integer","nullable":true,"format":"int32"},"sixMetreLeftShotsPerMatch":{"description":"Average number of six metre left shots attempted per match","type":"number","nullable":true,"format":"float"},"sixMetreLeftShotsBlocked":{"description":"Total number of shots blocked from the six metre left position","type":"integer","nullable":true,"format":"int32"},"sixMetreLeftShotsBlockedPerMatch":{"description":"Average number of shots blocked from the six metre left position per match","type":"number","nullable":true,"format":"float"},"sixMetreLeftShotsOnGoal":{"description":"Total number of six metre left shots on goal","type":"integer","nullable":true,"format":"int32"},"sixMetreLeftShotsOnGoalPerMatch":{"description":"Average number of six metre left shots on goal per match","type":"number","nullable":true,"format":"float"},"sixMetreMissedShots":{"description":"Total number of missed shots from the six metre position","type":"integer","nullable":true,"format":"int32"},"sixMetreMissedShotsPerMatch":{"description":"Average number of missed shots from the six metre position per match","type":"number","nullable":true,"format":"float"},"sixMetrePostHits":{"description":"Total number of post hits from the six metre position","type":"integer","nullable":true,"format":"int32"},"sixMetrePostHitsPerMatch":{"description":"Average number of post hits from the six metre position per match","type":"number","nullable":true,"format":"float"},"sixMetreRightGoalsScored":{"description":"Total number of goals scored from the six metre right position","type":"integer","nullable":true,"format":"int32"},"sixMetreRightGoalsScoredPerMatch":{"description":"Average number of goals scored from the six metre right position per match","type":"number","nullable":true,"format":"float"},"sixMetreRightMissedShots":{"description":"Total number of missed shots from the six metre right position","type":"integer","nullable":true,"format":"int32"},"sixMetreRightMissedShotsPerMatch":{"description":"Average number of missed shots from the six metre right position per match","type":"number","nullable":true,"format":"float"},"sixMetreRightPostHits":{"description":"Total number of post hits from the six metre right position","type":"integer","nullable":true,"format":"int32"},"sixMetreRightPostHitsPerMatch":{"description":"Average number of post hits from the six metre right position per match","type":"number","nullable":true,"format":"float"},"sixMetreRightShootingAccuracy":{"description":"Shot rate of shots on goal from the six metre right position","type":"number","format":"float"},"sixMetreRightShootingAccuracyPerMatch":{"description":"Shot rate of shots on goal from the six metre right position per match","type":"number","nullable":true,"format":"float"},"sixMetreRightShots":{"description":"Total number of six metre right shots attempted","type":"integer","nullable":true,"format":"int32"},"sixMetreRightShotsPerMatch":{"description":"Average number of six metre right shots attempted per match","type":"number","nullable":true,"format":"float"},"sixMetreRightShotsBlocked":{"description":"Total number of shots blocked from the six metre right position","type":"integer","nullable":true,"format":"int32"},"sixMetreRightShotsBlockedPerMatch":{"description":"Average number of shots blocked from the six metre right position per match","type":"number","nullable":true,"format":"float"},"sixMetreRightShotsOnGoal":{"description":"Total number of six metre right shots on goal","type":"integer","nullable":true,"format":"int32"},"sixMetreRightShotsOnGoalPerMatch":{"description":"Average number of six metre right shots on goal per match","type":"number","nullable":true,"format":"float"},"sixMetreShootingAccuracy":{"description":"Shot rate of shots on goal from the six metre position","type":"number","format":"float"},"sixMetreShootingAccuracyPerMatch":{"description":"Shot rate of shots on goal from the six metre position per match","type":"number","nullable":true,"format":"float"},"sixMetreShots":{"description":"Total number of six metre shots attempted","type":"integer","nullable":true,"format":"int32"},"sixMetreShotsPerMatch":{"description":"Average number of six metre shots attempted per match","type":"number","nullable":true,"format":"float"},"sixMetreShotsBlocked":{"description":"Total number of shots blocked from the six metre position","type":"integer","nullable":true,"format":"int32"},"sixMetreShotsBlockedPerMatch":{"description":"Average number of shots blocked from the six metre position per match","type":"number","nullable":true,"format":"float"},"sixMetreShotsOnGoal":{"description":"Total number of six metre shots on goal","type":"integer","nullable":true,"format":"int32"},"sixMetreShotsOnGoalPerMatch":{"description":"Average number of six metre shots on goal per match","type":"number","nullable":true,"format":"float"},"speedDistancePerTime":{"description":"Distance covered by the player on specific speed per minute","type":"number","nullable":true,"format":"float"},"speedMax":{"description":"Maximum speed [m/s] of the player during the session","type":"number","nullable":true,"format":"float"},"steals":{"description":"Total number of stolen balls by the player","type":"integer","nullable":true,"format":"int32"},"stealsPerMatch":{"description":"Average number of stolen balls by the player per match","type":"number","nullable":true,"format":"float"},"stopFouls":{"description":"Total number of stop fouls","type":"integer","nullable":true,"format":"int32"},"stopFoulsPerMatch":{"description":"Average number of stop fouls committed per match","type":"number","nullable":true,"format":"float"},"stopFoulsDrawn":{"description":"Total number of stop fouls drawn","type":"integer","nullable":true,"format":"int32"},"stopFoulsDrawnPerMatch":{"description":"Average number of stop fouls drawn per match","type":"number","nullable":true,"format":"float"},"substitutions":{"description":"Total number of substitutions","type":"integer","nullable":true,"format":"int32"},"substitutionsPerMatch":{"description":"Average number of substitutions per match","type":"number","nullable":true,"format":"float"},"suspensions":{"description":"Total number of suspensions","type":"integer","nullable":true,"format":"int32"},"suspensionsPerMatch":{"description":"Average number of suspensions per match","type":"number","nullable":true,"format":"float"},"technicalBallFaults":{"description":"Total number of technical ball errors","type":"integer","nullable":true,"format":"int32"},"technicalBallFaultsPerMatch":{"description":"Average number of technical ball errors per match","type":"number","nullable":true,"format":"float"},"technicalFaults":{"description":"Total number of technical errors","type":"integer","nullable":true,"format":"int32"},"technicalFaultsPerMatch":{"description":"Average number of technical errors per match","type":"number","nullable":true,"format":"float"},"technicalRuleFaults":{"description":"Total number of technical rule errors","type":"integer","nullable":true,"format":"int32"},"technicalRuleFaultsPerMatch":{"description":"Average number of technical rule errors per match","type":"number","nullable":true,"format":"float"},"timeOnPlayingField":{"description":"Time in minutes (in ISO8601 Duration format) that each player spent on the playing field during the game","anyOf":[{"type":"string","format":"duration"},{"type":"number","format":"float"}],"nullable":true},"timeBallPossession":{"description":"Accumulated time in minutes (in ISO8601 Duration format) in which the player had the possession of the ball","anyOf":[{"type":"string","format":"duration"},{"type":"number","format":"float"}],"nullable":true},"timePlayed":{"description":"Total number of minutes the played","type":"integer","nullable":true,"format":"int32"},"timePlayedPerMatch":{"description":"Average number of minutes the played per match","type":"number","nullable":true,"format":"float"},"turnovers":{"description":"Total number of turnovers","type":"integer","nullable":true,"format":"int32"},"turnoversPerMatch":{"description":"Average number of turnovers per match","type":"number","nullable":true,"format":"float"},"twoMinuteSuspensions":{"description":"Total number of two minute suspensions","type":"integer","nullable":true,"format":"int32"},"twoMinuteSuspensionsPerMatch":{"description":"Average number of two minute suspensions per match","type":"number","nullable":true,"format":"float"},"wingGoalsScored":{"description":"Total number of goals scored from the wing position","type":"integer","nullable":true,"format":"int32"},"wingGoalsScoredPerMatch":{"description":"Average number of goals scored from the wing position per match","type":"number","nullable":true,"format":"float"},"wingLeftGoalsScored":{"description":"Total number of goals scored from the left wing position","type":"integer","nullable":true,"format":"int32"},"wingLeftGoalsScoredPerMatch":{"description":"Average number of goals scored from the left wing position per match","type":"number","nullable":true,"format":"float"},"wingLeftMissedShots":{"description":"Total number of missed shots from the left wing position","type":"integer","nullable":true,"format":"int32"},"wingLeftMissedShotsPerMatch":{"description":"Average number of missed shots from the left wing position per match","type":"number","nullable":true,"format":"float"},"wingLeftPostHits":{"description":"Total number of post hits from the left wing position","type":"integer","nullable":true,"format":"int32"},"wingLeftPostHitsPerMatch":{"description":"Average number of post hits from the left wing position per match","type":"number","nullable":true,"format":"float"},"wingLeftShootingAccuracy":{"description":"Shot rate of shots on goal from the left wing position","type":"number","format":"float"},"wingLeftShootingAccuracyPerMatch":{"description":"Shot rate of shots on goal from the left wing position per match","type":"number","nullable":true,"format":"float"},"wingLeftShots":{"description":"Total number of wing left shots attempted","type":"integer","nullable":true,"format":"int32"},"wingLeftShotsPerMatch":{"description":"Average number of wing left shots attempted per match","type":"number","nullable":true,"format":"float"},"wingLeftShotsBlocked":{"description":"Total number of shots blocked from the left wing position","type":"integer","nullable":true,"format":"int32"},"wingLeftShotsBlockedPerMatch":{"description":"Average number of shots blocked from the left wing position per match","type":"number","nullable":true,"format":"float"},"wingLeftShotsOnGoal":{"description":"Total number of left wing shots on goal","type":"integer","nullable":true,"format":"int32"},"wingLeftShotsOnGoalPerMatch":{"description":"Average number of left wing shots on goal per match","type":"number","nullable":true,"format":"float"},"wingMissedShots":{"description":"Total number of missed shots from the wing position","type":"integer","nullable":true,"format":"int32"},"wingMissedShotsPerMatch":{"description":"Average number of missed shots from the wing position per match","type":"number","nullable":true,"format":"float"},"wingPostHits":{"description":"Total number of post hits from the wing position","type":"integer","nullable":true,"format":"int32"},"wingPostHitsPerMatch":{"description":"Average number of post hits from the wing position per match","type":"number","nullable":true,"format":"float"},"wingRightGoalsScored":{"description":"Total number of goals scored from the right wing position","type":"integer","nullable":true,"format":"int32"},"wingRightGoalsScoredPerMatch":{"description":"Average number of goals scored from the right wing position per match","type":"number","nullable":true,"format":"float"},"wingRightMissedShots":{"description":"Total number of missed shots from the right wing position","type":"integer","nullable":true,"format":"int32"},"wingRightMissedShotsPerMatch":{"description":"Average number of missed shots from the right wing position per match","type":"number","nullable":true,"format":"float"},"wingRightPostHits":{"description":"Total number of post hits from the right wing position","type":"integer","nullable":true,"format":"int32"},"wingRightPostHitsPerMatch":{"description":"Average number of post hits from the right wing position per match","type":"number","nullable":true,"format":"float"},"wingRightShootingAccuracy":{"description":"Shot rate of shots on goal from the right wing position","type":"number","format":"float"},"wingRightShootingAccuracyPerMatch":{"description":"Shot rate of shots on goal from the right wing position per match","type":"number","nullable":true,"format":"float"},"wingRightShots":{"description":"Total number of wing right shots attempted","type":"integer","nullable":true,"format":"int32"},"wingRightShotsPerMatch":{"description":"Average number of wing right shots attempted per match","type":"number","nullable":true,"format":"float"},"wingRightShotsBlocked":{"description":"Total number of shots blocked from the right wing position","type":"integer","nullable":true,"format":"int32"},"wingRightShotsBlockedPerMatch":{"description":"Average number of shots blocked from the right wing position per match","type":"number","nullable":true,"format":"float"},"wingRightShotsOnGoal":{"description":"Total number of right wing shots on goal","type":"integer","nullable":true,"format":"int32"},"wingRightShotsOnGoalPerMatch":{"description":"Average number of right wing shots on goal per match","type":"number","nullable":true,"format":"float"},"wingShootingAccuracy":{"description":"Shot rate of all shots on goal from the wing position","type":"number","format":"float"},"wingShootingAccuracyPerMatch":{"description":"Shot rate of all shots on goal from the wing position per match","type":"number","nullable":true,"format":"float"},"wingShots":{"description":"Total number of wing shots attempted","type":"integer","nullable":true,"format":"int32"},"wingShotsPerMatch":{"description":"Average number of wing shots attempted per match","type":"number","nullable":true,"format":"float"},"wingShotsBlocked":{"description":"Total number of shots blocked from the wing position","type":"integer","nullable":true,"format":"int32"},"wingShotsBlockedPerMatch":{"description":"Average number of shots blocked from the wing position per match","type":"number","nullable":true,"format":"float"},"wingShotsOnGoal":{"description":"Total number of wing shots on goal","type":"integer","nullable":true,"format":"int32"},"wingShotsOnGoalPerMatch":{"description":"Average number of wing shots on goal per match","type":"number","nullable":true,"format":"float"},"wins":{"description":"The number of wins","type":"integer","nullable":true,"format":"int32"},"yellowCards":{"description":"Total number of yellow cards","type":"integer","nullable":true,"format":"int32"},"yellowCardsPerMatch":{"description":"Average number of yellow cards per match","type":"number","nullable":true,"format":"float"}}}},"title":"competition person statistics model"},"ErrorModel":{"type":"object","properties":{"code":{"type":"integer","description":"HTTP Error code indicating the type of error.  If there are multiple errors, then this will be the code of the first one.","format":"int32"},"message":{"type":"string","description":"A message indicating the reason for the error. If there are multiple errors, then this is the message for the first one."},"errors":{"type":"array","items":{"$ref":"#/components/schemas/ErrorListModel"}}}},"ErrorListModel":{"type":"object","properties":{"code":{"type":"integer","description":"HTTP Error code indicating the type of error.","format":"int32"},"reason":{"enum":["INVALID_DATA","NOT_FOUND","NOT_AUTHORISED","ERROR","DELETE_ERROR"],"description":"A short code indicating the type of error"},"message":{"type":"string","description":"A message indicating the reason for the error"},"rowNumber":{"type":"integer","description":"The row number of the payload that cause the error","format":"int32"}}}},"responses":{"ErrorResponse":{"description":"Error","content":{"application/json":{"schema":{"type":"object","properties":{"meta":{"$ref":"#/components/schemas/ResponseMetaData"},"error":{"$ref":"#/components/schemas/ErrorModel"}}}}}}},"parameters":{"entityId":{"name":"entityId","description":"The unique identifier of the team","schema":{"type":"string","format":"uuid"},"required":false,"in":"query"},"external":{"name":"external","description":"A comma separated list of fields that will instead be interpreted as an externalId. See [External Ids](#section/Introduction/External-Ids) for more information.","schema":{"type":"string"},"required":false,"in":"query"},"fields":{"name":"fields","description":"A comma separated list of fields to display.  The response will only display these fields. See [Partial Response](#section/Partial-Response) section for more information.","schema":{"type":"string"},"required":false,"in":"query"},"fixtureType":{"name":"fixtureType","description":"Type of match\n>- `ALL_STAR` All Star\n>- `DEMONSTRATION` Demonstration\n>- `FINAL` Final\n>- `FRIENDLY` Friendly\n>- `PLAYOFF` Playoff\n>- `PRESEASON` Pre Season\n>- `REGULAR` Regular\n","schema":{"type":"string","enum":["ALL_STAR","PRESEASON","REGULAR","FINAL","PLAYOFF","FRIENDLY","DEMONSTRATION"],"maxLength":50},"required":false,"in":"query"},"hideNull":{"name":"hideNull","description":"Don't display data fields with null values or empty structures","schema":{"type":"boolean"},"required":false,"in":"query"},"homeAway":{"name":"homeAway","description":"Where the result was\n>- `AWAY` Away\n>- `HOME` Home\n","schema":{"type":"string","enum":["HOME","AWAY"],"maxLength":50},"required":false,"in":"query"},"include":{"name":"include","description":"A comma separated list of resource types to include. See [Resource Inclusion](#section/Introduction/Resource-Inclusion) for more information.","schema":{"type":"string"},"required":false,"in":"query"},"includeTotalCount":{"name":"includeTotalCount","description":"Include the total number of records matching the filters.","schema":{"type":"boolean"},"required":false,"in":"query"},"isPlayer":{"name":"isPlayer","description":"Is the person a player?","schema":{"type":"boolean"},"required":false,"in":"query"},"isTeamOfficial":{"name":"isTeamOfficial","description":"Is the person a team official?","schema":{"type":"boolean"},"required":false,"in":"query"},"limit":{"name":"limit","description":"The maximum number of records to return. See [Pagination](#section/Introduction/Pagination) for more information.","schema":{"type":"integer","format":"int32","maximum":1000,"minimum":1,"default":10},"required":false,"in":"query"},"offset":{"name":"offset","description":"The offset of the records. See [Pagination](#section/Introduction/Pagination) for more information.","schema":{"type":"integer","format":"int32"},"required":false,"in":"query"},"personId":{"name":"personId","description":"The unique identifier of the person","schema":{"type":"string","format":"uuid"},"required":false,"in":"query"},"starter":{"name":"starter","description":"Is the person a starter in the match ?","schema":{"type":"boolean"},"required":false,"in":"query"},"winLoss":{"name":"winLoss","description":"What the result was\n>- `DRAW` Draw\n>- `LOSS` Loss\n>- `WIN` Win\n","schema":{"type":"string","enum":["WIN","LOSS","DRAW"],"maxLength":50},"required":false,"in":"query"}}},"paths":{"/handball/o/{organizationId}/statistics/leaders/for/{statistic}/in/competitions/{competitionId}":{"get":{"tags":["Competition Leaders"],"summary":"competition statistical leaders","description":"Return a list of the leading persons for a statistic in a competition, aggregated across all included seasons in that competition.","operationId":"cl_list","responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","title":"Competition_Person_Statistics Response","properties":{"meta":{"$ref":"#/components/schemas/ResponseMetaData"},"links":{"$ref":"#/components/schemas/ResponseLinks"},"included":{"$ref":"#/components/schemas/IncludedData"},"data":{"type":"array","description":"","items":{"$ref":"#/components/schemas/Competition_Person_StatisticsModel"}}}}}}},"default":{"$ref":"#/components/responses/ErrorResponse"}},"parameters":[{"name":"competitionId","description":"The unique identifier of the competition","schema":{"type":"string","format":"uuid"},"required":true,"in":"path"},{"$ref":"#/components/parameters/entityId"},{"$ref":"#/components/parameters/external"},{"$ref":"#/components/parameters/fields"},{"$ref":"#/components/parameters/fixtureType"},{"$ref":"#/components/parameters/hideNull"},{"$ref":"#/components/parameters/homeAway"},{"$ref":"#/components/parameters/include"},{"$ref":"#/components/parameters/includeTotalCount"},{"$ref":"#/components/parameters/isPlayer"},{"$ref":"#/components/parameters/isTeamOfficial"},{"$ref":"#/components/parameters/limit"},{"$ref":"#/components/parameters/offset"},{"name":"organizationId","description":"The unique identifier of the organization","schema":{"type":"string","minLength":5,"maxLength":5},"required":true,"in":"path"},{"$ref":"#/components/parameters/personId"},{"$ref":"#/components/parameters/starter"},{"name":"statistic","description":"The name of the statistic","schema":{"type":"string","maxLength":50},"required":true,"in":"path"},{"$ref":"#/components/parameters/winLoss"}]}}}}
```

## competition statistical leader summary

> Return a summary of the leading persons for a number of statistics in a competition. Only the requested statistic is returned within the 'statistics' object of each row.

```json
{"openapi":"3.0.0","info":{"title":"DataCore API  - Handball","version":"v1"},"tags":[{"name":"Competition Leaders","description":"Competition statistical leaders are a list of persons for a statistic ranked from highest to lowest across an entire competition (multi-season). Each season's own qualification rules are applied to that season's data before aggregating and ranking across seasons."}],"servers":[{"url":"https://api.dc.connect.sportradar.com/v1","description":"Production server"},{"url":"https://api.dc.stg.connect-nonprod.sportradar.dev/v1","description":"NonProduction/Staging server"}],"security":[{"OAuth2":["read:organization"]}],"components":{"securitySchemes":{"OAuth2":{"type":"oauth2","flows":{"clientCredentials":{"tokenUrl":"/oauth/token","scopes":{"orgId":"Authenticate based on a specific OrganizationId","read:orggroup":"Read data over multiple organizations using and *orggroup* code","write:organization":"Write/Update any data from below the organization","read:organization":"Read any data from the organization down","write:admin":"Perform administration API calls","write:admin_organization":"Ability to manage organizations","write:system":"Perform system configuration API calls"}}},"description":"You can create a JSON Web Token (JWT) using the [token](http://developer.connect.sportradar.com/token/#operation/getToken) API call. Each token is given a set of scopes/permissions. Each endpoint has a scope/permission that it requires to run.  If your token does not possess the correct scope then you will be unable to make the API call."}},"schemas":{"ResponseMetaData":{"type":"object","properties":{"version":{"type":"integer","description":"The version of the API in use for this call"},"codeVersion":{"type":"string","description":"A string indicating the version of the code that handled this request"},"code":{"type":"integer","description":"The HTTP response code for this request"},"time":{"type":"string","format":"date-time","description":"The date/time this request was made (in UTC)."},"fromCache":{"type":"boolean","description":"Was this request served directly from the cache?"},"count":{"type":"integer","description":"The number of records being returned"},"limit":{"type":"integer","description":"The record limit in place for this request"},"offset":{"type":"integer","description":"The record offset in place for this request"},"generationTime":{"type":"number","format":"float","description":"The number of seconds taken to generate this request."}}},"ResponseLinks":{"type":"object","properties":{"self":{"type":"string","format":"uri","description":"The URI referencing this request."},"next":{"type":"string","format":"uri","description":"The URI referencing the 'next' page, if more data is available."},"previous":{"type":"string","format":"uri","description":"The URI referencing the 'previous' page, if the request is not on the first page."}}},"IncludedData":{"type":"object","description":"Available if the request used the 'include' parameter.  It contains extra data about resources found in the data block.","properties":{"resources":{"type":"object","additionalProperties":{"description":"The type of resource","type":"object","enum":["league","organisation","persons"],"additionalProperties":{"type":"object","format":"uuid","description":"The id of the resource","additionalProperties":{"description":"The model for the resource as defined by the type and id"}}}}}},"Leader_SummaryModel":{"type":"object","additionalProperties":false,"properties":{"statName":{"description":"There will be an element/object here for each statistic you have requested. The 'statName' key will be the name of the statistics. eg `points`","type":"array","readOnly":true,"items":{"$ref":"#/components/schemas/Season_Person_StatisticsModel"}}},"title":"Season Leader Summary model"},"Season_Person_StatisticsModel":{"type":"object","additionalProperties":false,"properties":{"personId":{"description":"The unique identifier of the person","type":"string","format":"uuid"},"person":{"properties":{"resourceType":{"type":"string","enum":["persons"]},"id":{"description":"Unique identifier for this resource","type":"string"}},"description":"The person information","type":"object"},"entityId":{"description":"The unique identifier of the team","type":"string","format":"uuid"},"entity":{"properties":{"resourceType":{"type":"string","enum":["entities"]},"id":{"description":"Unique identifier for this resource","type":"string"}},"description":"The team information","type":"object"},"organizationId":{"description":"The unique identifier of the organization","type":"string","readOnly":true},"organization":{"properties":{"resourceType":{"type":"string","enum":["organizations"]},"id":{"description":"Unique identifier for this resource","type":"string"}},"description":"The organization that this season person statistics belongs to","type":"object"},"seasonId":{"description":"The unique identifier of the season","type":"string","format":"uuid"},"season":{"properties":{"resourceType":{"type":"string","enum":["seasons"]},"id":{"description":"Unique identifier for this resource","type":"string"}},"description":"The season linked to this record","type":"object"},"competitionId":{"description":"The unique identifier of the competition","type":"string","format":"uuid"},"competition":{"properties":{"resourceType":{"type":"string","enum":["competitions"]},"id":{"description":"Unique identifier for this resource","type":"string"}},"description":"The competition that this season belongs to","type":"object"},"statistics":{"type":"object","additionalProperties":false,"properties":{"airtimeMax":{"description":"Time in minutes (in ISO8601 Duration format) a player was in the air (due to jumping)","anyOf":[{"type":"string","format":"duration"},{"type":"number","format":"float"}],"nullable":true},"assists":{"description":"Total number of assists","type":"integer","nullable":true,"format":"int32"},"assistsPerMatch":{"description":"Average number of assists per match","type":"number","nullable":true,"format":"float"},"backCourtGoalsScored":{"description":"Total number of goals scored from a back court position","type":"integer","nullable":true,"format":"int32"},"backCourtGoalsScoredPerMatch":{"description":"Average number of goals scored from a back court position per match","type":"number","nullable":true,"format":"float"},"backCourtMissedShots":{"description":"Total number of missed shots from a back court position","type":"integer","nullable":true,"format":"int32"},"backCourtMissedShotsPerMatch":{"description":"Average number of missed shots from a back court position per match","type":"number","nullable":true,"format":"float"},"backCourtPostHits":{"description":"Total number of post hits from a back court position","type":"integer","nullable":true,"format":"int32"},"backCourtPostHitsPerMatch":{"description":"Average number of post hits from a back court position per match","type":"number","nullable":true,"format":"float"},"backCourtShootingAccuracy":{"description":"Shot rate of shots on goal from the back court position","type":"number","format":"float"},"backCourtShootingAccuracyPerMatch":{"description":"Shot rate of shots on goal from the back court position per match","type":"number","nullable":true,"format":"float"},"backCourtShots":{"description":"Total number of back court shots attempted","type":"integer","nullable":true,"format":"int32"},"backCourtShotsPerMatch":{"description":"Average number of back court shots attempted per match","type":"number","nullable":true,"format":"float"},"backCourtShotsBlocked":{"description":"Total number of shots blocked from a back court position","type":"integer","nullable":true,"format":"int32"},"backCourtShotsBlockedPerMatch":{"description":"Average number of shots blocked from a back court position per match","type":"number","nullable":true,"format":"float"},"backCourtShotsOnGoal":{"description":"Total number of back court shots on goal","type":"integer","nullable":true,"format":"int32"},"backCourtShotsOnGoalPerMatch":{"description":"Average number of back court shots on goal per match","type":"number","nullable":true,"format":"float"},"blocks":{"description":"Total number of blocks","type":"integer","nullable":true,"format":"int32"},"blocksPerMatch":{"description":"Average number of blocks per match","type":"number","nullable":true,"format":"float"},"blueCards":{"description":"Total number of blue cards","type":"integer","nullable":true,"format":"int32"},"blueCardsPerMatch":{"description":"Average number of blue cards per match","type":"number","nullable":true,"format":"float"},"breakThroughGoalsScored":{"description":"Total number of goals scored from a break through attack","type":"integer","nullable":true,"format":"int32"},"breakThroughGoalsScoredPerMatch":{"description":"Average number of goals scored from a break through attack per match","type":"number","nullable":true,"format":"float"},"breakThroughMissedShots":{"description":"Total number of missed shots from a break through attack","type":"integer","nullable":true,"format":"int32"},"breakThroughMissedShotsPerMatch":{"description":"Average number of missed shots from a break through attack per match","type":"number","nullable":true,"format":"float"},"breakThroughPostHits":{"description":"Total number of post hits from a break through attack","type":"integer","nullable":true,"format":"int32"},"breakThroughPostHitsPerMatch":{"description":"Average number of post hits from a break through attack per match","type":"number","nullable":true,"format":"float"},"breakThroughShootingAccuracy":{"description":"Shot rate shots on goal from a break through attack","type":"number","format":"float"},"breakThroughShootingAccuracyPerMatch":{"description":"Shot rate shots on goal from a break through attack per match","type":"number","nullable":true,"format":"float"},"breakThroughShots":{"description":"Total number of break through shots attempted","type":"integer","nullable":true,"format":"int32"},"breakThroughShotsPerMatch":{"description":"Average number of break through shots attempted per match","type":"number","nullable":true,"format":"float"},"breakThroughShotsBlocked":{"description":"Total number of shots blocked from a break through attack","type":"integer","nullable":true,"format":"int32"},"breakThroughShotsBlockedPerMatch":{"description":"Average number of shots blocked from a break through attack per match","type":"number","nullable":true,"format":"float"},"breakThroughShotsOnGoal":{"description":"Total number of break through shots on goal","type":"integer","nullable":true,"format":"int32"},"breakThroughShotsOnGoalPerMatch":{"description":"Average number of break through shots on goal per match","type":"number","nullable":true,"format":"float"},"cards":{"description":"Total number of cards","type":"integer","nullable":true,"format":"int32"},"cardsPerMatch":{"description":"Average number of cards per match","type":"number","nullable":true,"format":"float"},"distanceSpeedCategory1":{"description":"Distance distribution [m] of the player in the very low speed zone (<4 km/h)","type":"integer","nullable":true,"format":"int32"},"distanceSpeedCategory2":{"description":"Distance distribution [m] of the player in the low speed zone (4-10 km/h)","type":"integer","nullable":true,"format":"int32"},"distanceSpeedCategory3":{"description":"Distance distribution [m] of the player in the medium speed zone (10-16 km/h)","type":"integer","nullable":true,"format":"int32"},"distanceSpeedCategory4":{"description":"Distance distribution [m] of the player in the high speed zone (16-22 km/h)","type":"integer","nullable":true,"format":"int32"},"distanceSpeedCategory5":{"description":"Distance distribution [m] of the player in the very high speed zone (>22 km/h)","type":"integer","nullable":true,"format":"int32"},"distanceTotal":{"description":"Total distance [m] covered by the player","type":"number","nullable":true,"format":"float"},"draws":{"description":"The number of draws","type":"integer","nullable":true,"format":"int32"},"emptyNetGoalsScored":{"description":"Total number of goals scored in an empty net","type":"integer","nullable":true,"format":"int32"},"expectedGoals":{"description":"Expected goals","type":"number","nullable":true,"format":"float"},"expectedSaves":{"description":"Expected saves","type":"number","nullable":true,"format":"float"},"fastBreakGoalsScored":{"description":"Total number of goals scored from a fast break attack","type":"integer","nullable":true,"format":"int32"},"fastBreakGoalsScoredPerMatch":{"description":"Average number of goals scored from a fast break attack per match","type":"number","nullable":true,"format":"float"},"fastBreakMissedShots":{"description":"Total number of missed shots from a fast break attack","type":"integer","nullable":true,"format":"int32"},"fastBreakMissedShotsPerMatch":{"description":"Average number of missed shots from a fast break attack per match","type":"number","nullable":true,"format":"float"},"fastBreakPostHits":{"description":"Total number of post hits from a fast break attack","type":"integer","nullable":true,"format":"int32"},"fastBreakPostHitsPerMatch":{"description":"Average number of post hits from a fast break attack per match","type":"number","nullable":true,"format":"float"},"fastBreakShootingAccuracy":{"description":"Shot rate of shots on goal from a fast break attack","type":"number","format":"float"},"fastBreakShootingAccuracyPerMatch":{"description":"Shot rate of shots on goal from a fast break attack per match","type":"number","nullable":true,"format":"float"},"fastBreakShots":{"description":"Total number of fast break shots attempted","type":"integer","nullable":true,"format":"int32"},"fastBreakShotsPerMatch":{"description":"Average number of fast break shots attempted per match","type":"number","nullable":true,"format":"float"},"fastBreakShotsBlocked":{"description":"Total number of shots blocked from a fast break attack","type":"integer","nullable":true,"format":"int32"},"fastBreakShotsBlockedPerMatch":{"description":"Average number of shots blocked from a fast break attack per match","type":"number","nullable":true,"format":"float"},"fastBreakShotsOnGoal":{"description":"Total number of fast break shots on goal","type":"integer","nullable":true,"format":"int32"},"fastBreakShotsOnGoalPerMatch":{"description":"Average number of fast break shots on goal per match","type":"number","nullable":true,"format":"float"},"fieldGoalsScored":{"description":"Total number of goals scored from the field","type":"integer","nullable":true,"format":"int32"},"fieldGoalsScoredPerMatch":{"description":"Average number of field goals scored per match","type":"number","nullable":true,"format":"float"},"fieldMissedShots":{"description":"Total number of missed shots from the field","type":"integer","nullable":true,"format":"int32"},"fieldMissedShotsPerMatch":{"description":"Average number of missed shots from the field per match","type":"number","nullable":true,"format":"float"},"fieldPostHits":{"description":"Total number of post hits from the field","type":"integer","nullable":true,"format":"int32"},"fieldPostHitsPerMatch":{"description":"Average number of post hits from the field per match","type":"number","nullable":true,"format":"float"},"fieldShootingAccuracy":{"description":"Shot rate of shots on goal from the field","type":"number","format":"float"},"fieldShootingAccuracyPerMatch":{"description":"Shot rate of shots on goal from the field per match","type":"number","nullable":true,"format":"float"},"fieldShots":{"description":"Total number of field shots attempted","type":"integer","nullable":true,"format":"int32"},"fieldShotsPerMatch":{"description":"Average number of field shots attempted per match","type":"number","nullable":true,"format":"float"},"fieldShotsBlocked":{"description":"Total number of shots blocked from the field","type":"integer","nullable":true,"format":"int32"},"fieldShotsBlockedPerMatch":{"description":"Average number of shots blocked from the field per match","type":"number","nullable":true,"format":"float"},"fieldShotsOnGoal":{"description":"Total number of field shots on goal","type":"integer","nullable":true,"format":"int32"},"fieldShotsOnGoalPerMatch":{"description":"Average number of field shots on goal per match","type":"number","nullable":true,"format":"float"},"fouls":{"description":"Total number of fouls committed","type":"integer","nullable":true,"format":"int32"},"foulsPerMatch":{"description":"Average number of fouls committed per match","type":"number","nullable":true,"format":"float"},"foulsDrawn":{"description":"Total number of fouls drawn","type":"integer","nullable":true,"format":"int32"},"foulsDrawnPerMatch":{"description":"Average number of fouls drawn per match","type":"number","nullable":true,"format":"float"},"fourMinuteSuspensions":{"description":"Total number of four minute suspensions","type":"integer","nullable":true,"format":"int32"},"fourMinuteSuspensionsPerMatch":{"description":"Average number of four minute suspensions per match","type":"number","nullable":true,"format":"float"},"games":{"description":"The number of matches that they have participated in","type":"integer","nullable":true,"format":"int32"},"gamesStarted":{"description":"The number of matches that they were a starter","type":"integer","nullable":true,"format":"int32"},"goalKeeperBackCourtGoalsAgainst":{"description":"Total number of back court goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperBackCourtGoalsAgainstPerMatch":{"description":"Average number of back court goals conceded by the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperBackCourtSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from the back court position","type":"number","format":"float"},"goalKeeperBackCourtSaveAccuracyPerMatch":{"description":"Rate of balls saved by the goalkeeper from the back court position per match","type":"number","nullable":true,"format":"float"},"goalKeeperBackCourtShotsAgainst":{"description":"Total number of back court shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperBackCourtShotsAgainstPerMatch":{"description":"Average number of back court shots on goal against the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperBackCourtShotsSaved":{"description":"Total number of back court shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperBackCourtShotsSavedPerMatch":{"description":"Average number of back court shots saved by the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperBreakThroughGoalsAgainst":{"description":"Total number of break through goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperBreakThroughGoalsAgainstPerMatch":{"description":"Average number of break through goals conceded by the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperBreakThroughSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from a break through attack","type":"number","format":"float"},"goalKeeperBreakThroughSaveAccuracyPerMatch":{"description":"Rate of balls saved by the goalkeeper from a break through attack per match","type":"number","nullable":true,"format":"float"},"goalKeeperBreakThroughShotsAgainst":{"description":"Total number of break through shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperBreakThroughShotsAgainstPerMatch":{"description":"Average number of break through shots on goal against the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperBreakThroughShotsSaved":{"description":"Total number of break through shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperBreakThroughShotsSavedPerMatch":{"description":"Average number of break through shots saved by the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperFastBreakGoalsAgainst":{"description":"Total number of fast break goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperFastBreakGoalsAgainstPerMatch":{"description":"Average number of fast break goals conceded by the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperFastBreakSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from a fast break attack","type":"number","format":"float"},"goalKeeperFastBreakSaveAccuracyPerMatch":{"description":"Rate of balls saved by the goalkeeper from a fast break attack per match","type":"number","nullable":true,"format":"float"},"goalKeeperFastBreakShotsAgainst":{"description":"Total number of fast break shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperFastBreakShotsAgainstPerMatch":{"description":"Average number of fast break shots on goal against the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperFastBreakShotsSaved":{"description":"Total number of fast break shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperFastBreakShotsSavedPerMatch":{"description":"Average number of fast break shots saved by the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperFieldGoalsAgainst":{"description":"Total number of field goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperFieldGoalsAgainstPerMatch":{"description":"Average number of field goals conceded by the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperFieldSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper when shooting from the field","type":"number","format":"float"},"goalKeeperFieldSaveAccuracyPerMatch":{"description":"Rate of balls saved by the goalkeeper when shooting from the field","type":"number","nullable":true,"format":"float"},"goalKeeperFieldShotsAgainst":{"description":"Total number of field shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperFieldShotsAgainstPerMatch":{"description":"Average number of field shots on goal against the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperFieldShotsSaved":{"description":"Total number of field shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperFieldShotsSavedPerMatch":{"description":"Average number of field shots saved by the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperGoalsAgainst":{"description":"Total number of goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperGoalsAgainstPerMatch":{"description":"Average number of goals conceded by the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperNineMetreCentreGoalsAgainst":{"description":"Total number of nine metre centre goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperNineMetreCentreGoalsAgainstPerMatch":{"description":"Average number of nine metre centre goals conceded by the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperNineMetreCentreSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from the nine metre centre position","type":"number","format":"float"},"goalKeeperNineMetreCentreSaveAccuracyPerMatch":{"description":"Rate of balls saved by the goalkeeper from the nine metre centre position per match","type":"number","nullable":true,"format":"float"},"goalKeeperNineMetreCentreShotsAgainst":{"description":"Total number of nine metre centre shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperNineMetreCentreShotsAgainstPerMatch":{"description":"Average number of nine metre centre shots on goal against the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperNineMetreCentreShotsSaved":{"description":"Total number of nine metre centre shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperNineMetreCentreShotsSavedPerMatch":{"description":"Average number of nine metre centre shots saved by the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperNineMetreGoalsAgainst":{"description":"Total number of nine metre goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperNineMetreGoalsAgainstPerMatch":{"description":"Average number of nine metre goals conceded by the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperNineMetreLeftGoalsAgainst":{"description":"Total number of nine metre left goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperNineMetreLeftGoalsAgainstPerMatch":{"description":"Average number of nine metre left goals conceded by the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperNineMetreLeftSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from the nine metre left position","type":"number","format":"float"},"goalKeeperNineMetreLeftSaveAccuracyPerMatch":{"description":"Rate of balls saved by the goalkeeper from the nine metre left position per match","type":"number","nullable":true,"format":"float"},"goalKeeperNineMetreLeftShotsAgainst":{"description":"Total number of nine metre left shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperNineMetreLeftShotsAgainstPerMatch":{"description":"Average number of nine metre left shots on goal against the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperNineMetreLeftShotsSaved":{"description":"Total number of nine metre left shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperNineMetreLeftShotsSavedPerMatch":{"description":"Average number of nine metre left shots saved by the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperNineMetreRightGoalsAgainst":{"description":"Total number of nine metre right goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperNineMetreRightGoalsAgainstPerMatch":{"description":"Average number of nine metre right goals conceded by the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperNineMetreRightSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from the nine metre right position","type":"number","format":"float"},"goalKeeperNineMetreRightSaveAccuracyPerMatch":{"description":"Rate of balls saved by the goalkeeper from the nine metre right position per match","type":"number","nullable":true,"format":"float"},"goalKeeperNineMetreRightShotsAgainst":{"description":"Total number of nine metre right shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperNineMetreRightShotsAgainstPerMatch":{"description":"Average number of nine metre right shots on goal against the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperNineMetreRightShotsSaved":{"description":"Total number of nine metre right shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperNineMetreRightShotsSavedPerMatch":{"description":"Average number of nine metre right shots saved by the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperNineMetreSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from the nine metre position","type":"number","format":"float"},"goalKeeperNineMetreSaveAccuracyPerMatch":{"description":"Rate of balls saved by the goalkeeper from the nine metre position per match","type":"number","nullable":true,"format":"float"},"goalKeeperNineMetreShotsAgainst":{"description":"Total number of nine metre shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperNineMetreShotsAgainstPerMatch":{"description":"Average number of nine metre shots on goal against the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperNineMetreShotsSaved":{"description":"Total number of nine metre shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperNineMetreShotsSavedPerMatch":{"description":"Average number of nine metre shots saved by the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperPivotGoalsAgainst":{"description":"Total number of pivot goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperPivotGoalsAgainstPerMatch":{"description":"Average number of pivot goals conceded by the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperPivotSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from the pivot position","type":"number","format":"float"},"goalKeeperPivotSaveAccuracyPerMatch":{"description":"Rate of balls saved by the goalkeeper from the pivot position per match","type":"number","nullable":true,"format":"float"},"goalKeeperPivotShotsAgainst":{"description":"Total number of pivot shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperPivotShotsAgainstPerMatch":{"description":"Average number of pivot shots on goal against the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperPivotShotsSaved":{"description":"Total number of pivot shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperPivotShotsSavedPerMatch":{"description":"Average number of pivot shots saved by the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperSaveAccuracy":{"description":"Rate of all balls saved by the goalkeeper","type":"number","format":"float"},"goalKeeperSaveAccuracyPerMatch":{"description":"Rate of all balls saved by the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperSecondsPlayed":{"description":"Total number of seconds played by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSecondsPlayedPerMatch":{"description":"Average number of seconds played by the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperSevenMetreGoalsAgainst":{"description":"Total number of seven metre penalty goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSevenMetreGoalsAgainstPerMatch":{"description":"Average number of seven metre penalty goals conceded by the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperSevenMetreSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from the seven metre position","type":"number","format":"float"},"goalKeeperSevenMetreSaveAccuracyPerMatch":{"description":"Rate of balls saved by the goalkeeper from the seven metre position per match","type":"number","nullable":true,"format":"float"},"goalKeeperSevenMetreShotsAgainst":{"description":"Total number of seven metre penalty shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSevenMetreShotsAgainstPerMatch":{"description":"Average number of seven metre penalty shots on goal against the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperSevenMetreShotsSaved":{"description":"Total number of seven metre penalty shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSevenMetreShotsSavedPerMatch":{"description":"Average number of seven metre penalty shots saved by the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperShotsAgainst":{"description":"Total number of shots against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperShotsAgainstPerMatch":{"description":"Average number of shots against the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperShotsPerGoalsAgainst":{"description":"Ratio of shots against to goals against for a goalkeeper","type":"number","nullable":true,"format":"float"},"goalKeeperShotsSaved":{"description":"Total number of shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperShotsSavedPerMatch":{"description":"Average number of shots saved by the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperSixMetreCentreGoalsAgainst":{"description":"Total number of six metre centre goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSixMetreCentreGoalsAgainstPerMatch":{"description":"Average number of six metre centre goals conceded by the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperSixMetreCentreSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from the six metre centre position","type":"number","format":"float"},"goalKeeperSixMetreCentreSaveAccuracyPerMatch":{"description":"Rate of balls saved by the goalkeeper from the six metre centre position per match","type":"number","nullable":true,"format":"float"},"goalKeeperSixMetreCentreShotsAgainst":{"description":"Total number of six metre centre shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSixMetreCentreShotsAgainstPerMatch":{"description":"Average number of six metre centre shots on goal against the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperSixMetreCentreShotsSaved":{"description":"Total number of six metre centre shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSixMetreCentreShotsSavedPerMatch":{"description":"Average number of six metre centre shots saved by the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperSixMetreGoalsAgainst":{"description":"Total number of six metre goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSixMetreGoalsAgainstPerMatch":{"description":"Average number of six metre goals conceded by the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperSixMetreLeftGoalsAgainst":{"description":"Total number of six metre left goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSixMetreLeftGoalsAgainstPerMatch":{"description":"Average number of six metre left goals conceded by the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperSixMetreLeftSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from the six metre left position","type":"number","format":"float"},"goalKeeperSixMetreLeftSaveAccuracyPerMatch":{"description":"Rate of balls saved by the goalkeeper from the six metre left position per match","type":"number","nullable":true,"format":"float"},"goalKeeperSixMetreLeftShotsAgainst":{"description":"Total number of six metre left shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSixMetreLeftShotsAgainstPerMatch":{"description":"Average number of six metre left shots on goal against the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperSixMetreLeftShotsSaved":{"description":"Total number of six metre left shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSixMetreLeftShotsSavedPerMatch":{"description":"Average number of six metre left shots saved by the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperSixMetreRightGoalsAgainst":{"description":"Total number of six metre right goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSixMetreRightGoalsAgainstPerMatch":{"description":"Average number of six metre right goals conceded by the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperSixMetreRightSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from the six metre right position","type":"number","format":"float"},"goalKeeperSixMetreRightSaveAccuracyPerMatch":{"description":"Rate of balls saved by the goalkeeper from the six metre right position per match","type":"number","nullable":true,"format":"float"},"goalKeeperSixMetreRightShotsAgainst":{"description":"Total number of six metre right shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSixMetreRightShotsAgainstPerMatch":{"description":"Average number of six metre right shots on goal against the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperSixMetreRightShotsSaved":{"description":"Total number of six metre right shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSixMetreRightShotsSavedPerMatch":{"description":"Average number of six metre right shots saved by the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperSixMetreSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from the six metre position","type":"number","format":"float"},"goalKeeperSixMetreSaveAccuracyPerMatch":{"description":"Rate of balls saved by the goalkeeper from the six metre position per match","type":"number","nullable":true,"format":"float"},"goalKeeperSixMetreShotsAgainst":{"description":"Total number of six metre shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSixMetreShotsAgainstPerMatch":{"description":"Average number of six metre shots on goal against the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperSixMetreShotsSaved":{"description":"Total number of six metre shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSixMetreShotsSavedPerMatch":{"description":"Average number of six metre shots saved by the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperWingGoalsAgainst":{"description":"Total number of wing goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperWingGoalsAgainstPerMatch":{"description":"Average number of wing goals conceded by the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperWingLeftGoalsAgainst":{"description":"Total number of left wing goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperWingLeftGoalsAgainstPerMatch":{"description":"Average number of left wing goals conceded by the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperWingLeftSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from the wing left position","type":"number","format":"float"},"goalKeeperWingLeftSaveAccuracyPerMatch":{"description":"Rate of balls saved by the goalkeeper from the wing left position per match","type":"number","nullable":true,"format":"float"},"goalKeeperWingLeftShotsAgainst":{"description":"Total number of left wing shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperWingLeftShotsAgainstPerMatch":{"description":"Average number of left wing shots on goal against the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperWingLeftShotsSaved":{"description":"Total number of left wing shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperWingLeftShotsSavedPerMatch":{"description":"Average number of left wing shots saved by the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperWingRightGoalsAgainst":{"description":"Total number of right wing goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperWingRightGoalsAgainstPerMatch":{"description":"Average number of right wing goals conceded by the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperWingRightSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from the wing right position","type":"number","format":"float"},"goalKeeperWingRightSaveAccuracyPerMatch":{"description":"Rate of balls saved by the goalkeeper from the wing right position per match","type":"number","nullable":true,"format":"float"},"goalKeeperWingRightShotsAgainst":{"description":"Total number of right wing shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperWingRightShotsAgainstPerMatch":{"description":"Average number of right wing shots on goal against the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperWingRightShotsSaved":{"description":"Total number of right wing shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperWingRightShotsSavedPerMatch":{"description":"Average number of right wing shots saved by the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperWingSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from the wing position","type":"number","format":"float"},"goalKeeperWingSaveAccuracyPerMatch":{"description":"Rate of balls saved by the goalkeeper from the wing position per match","type":"number","nullable":true,"format":"float"},"goalKeeperWingShotsAgainst":{"description":"Total number of wing shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperWingShotsAgainstPerMatch":{"description":"Average number of wing shots on goal against the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperWingShotsSaved":{"description":"Total number of wing shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperWingShotsSavedPerMatch":{"description":"Average number of wing shots saved by the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalsScored":{"description":"Total number of goals scored","type":"integer","nullable":true,"format":"int32"},"goalsScoredPerMatch":{"description":"Average number of goals scored per match","type":"number","nullable":true,"format":"float"},"handballPerformanceIndex":{"description":"Handball Performance Index","type":"number","nullable":true,"format":"float"},"losses":{"description":"The number of losses","type":"integer","nullable":true,"format":"int32"},"matchesPlayed":{"description":"The number of matches that they have participated in","type":"integer","nullable":true,"format":"int32"},"minutes":{"description":"Time in play (in ISO8601 Duration format); only available for goalkeepers","anyOf":[{"type":"string","format":"duration"},{"type":"number","format":"float"}],"nullable":true},"minutesPerMatch":{"description":"Average time in play (in ISO8601 Duration format) per game; only for goalkeepers","anyOf":[{"type":"string","format":"duration"},{"type":"number","format":"float"}],"nullable":true},"missedShots":{"description":"Total number of missed shots","type":"integer","nullable":true,"format":"int32"},"missedShotsPerMatch":{"description":"Average number of missed shots per match","type":"number","nullable":true,"format":"float"},"nineMetreCentreGoalsScored":{"description":"Total number of goals scored from the nine metre centre position","type":"integer","nullable":true,"format":"int32"},"nineMetreCentreGoalsScoredPerMatch":{"description":"Average number of goals scored from the nine metre centre position per match","type":"number","nullable":true,"format":"float"},"nineMetreCentreMissedShots":{"description":"Total number of missed shots from the nine metre centre position","type":"integer","nullable":true,"format":"int32"},"nineMetreCentreMissedShotsPerMatch":{"description":"Average number of missed shots from the nine metre centre position per match","type":"number","nullable":true,"format":"float"},"nineMetreCentrePostHits":{"description":"Total number of post hits from the nine metre centre position","type":"integer","nullable":true,"format":"int32"},"nineMetreCentrePostHitsPerMatch":{"description":"Average number of post hits from the nine metre centre position per match","type":"number","nullable":true,"format":"float"},"nineMetreCentreShootingAccuracy":{"description":"Shot rate of shots on goal from the nine metre centre position","type":"number","format":"float"},"nineMetreCentreShootingAccuracyPerMatch":{"description":"Shot rate of shots on goal from the nine metre centre position per match","type":"number","nullable":true,"format":"float"},"nineMetreCentreShots":{"description":"Total number of nine metre centre shots","type":"integer","nullable":true,"format":"int32"},"nineMetreCentreShotsPerMatch":{"description":"Average number of nine metre centre shots per match","type":"number","nullable":true,"format":"float"},"nineMetreCentreShotsBlocked":{"description":"Total number of shots blocked from the nine metre centre position","type":"integer","nullable":true,"format":"int32"},"nineMetreCentreShotsBlockedPerMatch":{"description":"Average number of shots blocked from the nine metre centre position per match","type":"number","nullable":true,"format":"float"},"nineMetreCentreShotsOnGoal":{"description":"Total number of nine metre centre shots on goal","type":"integer","nullable":true,"format":"int32"},"nineMetreCentreShotsOnGoalPerMatch":{"description":"Average number of nine metre centre shots on goal per match","type":"number","nullable":true,"format":"float"},"nineMetreGoalsScored":{"description":"Total number of goals scored from the nine metre position","type":"integer","nullable":true,"format":"int32"},"nineMetreGoalsScoredPerMatch":{"description":"Average number of goals scored from the nine metre position per match","type":"number","nullable":true,"format":"float"},"nineMetreLeftGoalsScored":{"description":"Total number of goals scored from the nine metre left position","type":"integer","nullable":true,"format":"int32"},"nineMetreLeftGoalsScoredPerMatch":{"description":"Average number of goals scored from the nine metre left position per match","type":"number","nullable":true,"format":"float"},"nineMetreLeftMissedShots":{"description":"Total number of missed shots from the nine metre left position","type":"integer","nullable":true,"format":"int32"},"nineMetreLeftMissedShotsPerMatch":{"description":"Average number of missed shots from the nine metre left position per match","type":"number","nullable":true,"format":"float"},"nineMetreLeftPostHits":{"description":"Total number of post hits from the nine metre left position","type":"integer","nullable":true,"format":"int32"},"nineMetreLeftPostHitsPerMatch":{"description":"Average number of post hits from the nine metre left position per match","type":"number","nullable":true,"format":"float"},"nineMetreLeftShootingAccuracy":{"description":"Shot rate of shots on goal from the nine metre left position","type":"number","format":"float"},"nineMetreLeftShootingAccuracyPerMatch":{"description":"Shot rate of shots on goal from the nine metre left position per match","type":"number","nullable":true,"format":"float"},"nineMetreLeftShots":{"description":"Total number of nine metre left shots attempted","type":"integer","nullable":true,"format":"int32"},"nineMetreLeftShotsPerMatch":{"description":"Average number of nine metre left shots attempted per match","type":"number","nullable":true,"format":"float"},"nineMetreLeftShotsBlocked":{"description":"Total number of shots blocked from the nine metre left position","type":"integer","nullable":true,"format":"int32"},"nineMetreLeftShotsBlockedPerMatch":{"description":"Average number of shots blocked from the nine metre left position per match","type":"number","nullable":true,"format":"float"},"nineMetreLeftShotsOnGoal":{"description":"Total number of nine metre left shots on goal","type":"integer","nullable":true,"format":"int32"},"nineMetreLeftShotsOnGoalPerMatch":{"description":"Average number of nine metre left shots on goal per match","type":"number","nullable":true,"format":"float"},"nineMetreMissedShots":{"description":"Total number of missed shots from the nine metre position","type":"integer","nullable":true,"format":"int32"},"nineMetreMissedShotsPerMatch":{"description":"Average number of missed shots from the nine metre position per match","type":"number","nullable":true,"format":"float"},"nineMetrePostHits":{"description":"Total number of post hits from the nine metre position","type":"integer","nullable":true,"format":"int32"},"nineMetrePostHitsPerMatch":{"description":"Average number of post hits from the nine metre position per match","type":"number","nullable":true,"format":"float"},"nineMetreRightGoalsScored":{"description":"Total number of goals scored from the nine metre right position","type":"integer","nullable":true,"format":"int32"},"nineMetreRightGoalsScoredPerMatch":{"description":"Average number of goals scored from the nine metre right position per match","type":"number","nullable":true,"format":"float"},"nineMetreRightMissedShots":{"description":"Total number of missed shots from the nine metre right position","type":"integer","nullable":true,"format":"int32"},"nineMetreRightMissedShotsPerMatch":{"description":"Average number of missed shots from the nine metre right position per match","type":"number","nullable":true,"format":"float"},"nineMetreRightPostHits":{"description":"Total number of post hits from the nine metre right position","type":"integer","nullable":true,"format":"int32"},"nineMetreRightPostHitsPerMatch":{"description":"Average number of post hits from the nine metre right position per match","type":"number","nullable":true,"format":"float"},"nineMetreRightShootingAccuracy":{"description":"Shot rate of shots on goal from the nine metre right position","type":"number","format":"float"},"nineMetreRightShootingAccuracyPerMatch":{"description":"Shot rate of shots on goal from the nine metre right position per match","type":"number","nullable":true,"format":"float"},"nineMetreRightShots":{"description":"Total number of nine metre right shots attempted","type":"integer","nullable":true,"format":"int32"},"nineMetreRightShotsPerMatch":{"description":"Average number of nine metre right shots attempted per match","type":"number","nullable":true,"format":"float"},"nineMetreRightShotsBlocked":{"description":"Total number of shots blocked from the nine metre right position","type":"integer","nullable":true,"format":"int32"},"nineMetreRightShotsBlockedPerMatch":{"description":"Average number of shots blocked from the nine metre right position per match","type":"number","nullable":true,"format":"float"},"nineMetreRightShotsOnGoal":{"description":"Total number of nine metre right shots on goal","type":"integer","nullable":true,"format":"int32"},"nineMetreRightShotsOnGoalPerMatch":{"description":"Average number of nine metre right shots on goal per match","type":"number","nullable":true,"format":"float"},"nineMetreShootingAccuracy":{"description":"Shot rate of shots on goal from the nine metre position","type":"number","format":"float"},"nineMetreShootingAccuracyPerMatch":{"description":"Shot rate of shots on goal from the nine metre position per match","type":"number","nullable":true,"format":"float"},"nineMetreShots":{"description":"Total number of nine metre shots attempted","type":"integer","nullable":true,"format":"int32"},"nineMetreShotsPerMatch":{"description":"Average number of nine metre shots attempted per match","type":"number","nullable":true,"format":"float"},"nineMetreShotsBlocked":{"description":"Total number of shots blocked from the nine metre position","type":"integer","nullable":true,"format":"int32"},"nineMetreShotsBlockedPerMatch":{"description":"Average number of shots blocked from the nine metre position per match","type":"number","nullable":true,"format":"float"},"nineMetreShotsOnGoal":{"description":"Total number of nine metre shots on goal","type":"integer","nullable":true,"format":"int32"},"nineMetreShotsOnGoalPerMatch":{"description":"Average number of nine metre shots on goal per match","type":"number","nullable":true,"format":"float"},"passivePlay":{"description":"Total number of passive play","type":"integer","nullable":true,"format":"int32"},"pivotGoalsScored":{"description":"Total number of goals scored from the pivot position","type":"integer","nullable":true,"format":"int32"},"pivotGoalsScoredPerMatch":{"description":"Average number of goals scored from the pivot position per match","type":"number","nullable":true,"format":"float"},"pivotMissedShots":{"description":"Total number of missed shots from the pivot position","type":"integer","nullable":true,"format":"int32"},"pivotMissedShotsPerMatch":{"description":"Average number of missed shots from the pivot position per match","type":"number","nullable":true,"format":"float"},"pivotPostHits":{"description":"Total number of post hits from the pivot position","type":"integer","nullable":true,"format":"int32"},"pivotPostHitsPerMatch":{"description":"Average number of post hits from the pivot position per match","type":"number","nullable":true,"format":"float"},"pivotShootingAccuracy":{"description":"Shot rate of shots on goal from the pivot position","type":"number","format":"float"},"pivotShootingAccuracyPerMatch":{"description":"Shot rate of shots on goal from the pivot position per match","type":"number","nullable":true,"format":"float"},"pivotShots":{"description":"Total number of pivot shots attempted","type":"integer","nullable":true,"format":"int32"},"pivotShotsPerMatch":{"description":"Average number of pivot shots attempted per match","type":"number","nullable":true,"format":"float"},"pivotShotsBlocked":{"description":"Total number of shots blocked from the pivot position","type":"integer","nullable":true,"format":"int32"},"pivotShotsBlockedPerMatch":{"description":"Average number of shots blocked from the pivot position per match","type":"number","nullable":true,"format":"float"},"pivotShotsOnGoal":{"description":"Total number of pivot shots on goal","type":"integer","nullable":true,"format":"int32"},"pivotShotsOnGoalPerMatch":{"description":"Average number of pivot shots on goal per match","type":"number","nullable":true,"format":"float"},"postHits":{"description":"Total number of post hits","type":"integer","nullable":true,"format":"int32"},"postHitsPerMatch":{"description":"Average number of post hits per match","type":"number","nullable":true,"format":"float"},"redCards":{"description":"Total number of red cards","type":"integer","nullable":true,"format":"int32"},"redCardsPerMatch":{"description":"Average number of red cards per match","type":"number","nullable":true,"format":"float"},"sevenMetreGoalsScored":{"description":"Total number of goals scored from the seven metre penalties","type":"integer","nullable":true,"format":"int32"},"sevenMetreGoalsScoredPerMatch":{"description":"Average number of goals scored from the seven metre penalties per match","type":"number","nullable":true,"format":"float"},"sevenMetreMissedShots":{"description":"Total number of missed shots from the seven metre penalties","type":"integer","nullable":true,"format":"int32"},"sevenMetreMissedShotsPerMatch":{"description":"Average number of missed shots from the seven metre penalties per match","type":"number","nullable":true,"format":"float"},"sevenMetrePenaltiesAwarded":{"description":"Total number of seven metre penalties awarded","type":"integer","nullable":true,"format":"int32"},"sevenMetrePenaltiesAwardedPerMatch":{"description":"Average number of seven metre penalties awarded per match","type":"number","nullable":true,"format":"float"},"sevenMetrePenaltiesCaused":{"description":"Total number of seven metre penalties caused","type":"integer","nullable":true,"format":"int32"},"sevenMetrePenaltiesCausedPerMatch":{"description":"Average number of seven metre penalties caused per match","type":"number","nullable":true,"format":"float"},"sevenMetrePenaltyFouls":{"description":"Total number of seven metre penalty fouls","type":"integer","nullable":true,"format":"int32"},"sevenMetrePenaltyFoulsPerMatch":{"description":"Average number of seven metre penalty fouls per match","type":"number","nullable":true,"format":"float"},"sevenMetrePostHits":{"description":"Total number of post hits from the seven metre penalties","type":"integer","nullable":true,"format":"int32"},"sevenMetrePostHitsPerMatch":{"description":"Average number of post hits from the seven metre penalties per match","type":"number","nullable":true,"format":"float"},"sevenMetreShootingAccuracy":{"description":"Shot rate of shots on goal from seven metre penalties","type":"number","format":"float"},"sevenMetreShootingAccuracyPerMatch":{"description":"Shot rate of shots on goal from seven metre penalties per match","type":"number","nullable":true,"format":"float"},"sevenMetreShots":{"description":"Total number of seven metre penalty shots attempted","type":"integer","nullable":true,"format":"int32"},"sevenMetreShotsPerMatch":{"description":"Average number of seven metre penalty shots attempted per match","type":"number","nullable":true,"format":"float"},"sevenMetreShotsBlocked":{"description":"Total number of shots blocked from the seven metre penalties","type":"integer","nullable":true,"format":"int32"},"sevenMetreShotsBlockedPerMatch":{"description":"Average number of shots blocked from the seven metre penalties per match","type":"number","nullable":true,"format":"float"},"sevenMetreShotsOnGoal":{"description":"Total number of seven metre penalty shots on goal","type":"integer","nullable":true,"format":"int32"},"sevenMetreShotsOnGoalPerMatch":{"description":"Average number of seven metre penalty shots on goal per match","type":"number","nullable":true,"format":"float"},"shootingAccuracy":{"description":"Shot rate for all shots on goal","type":"number","format":"float"},"shootingAccuracyPerMatch":{"description":"Shot rate for all shots on goal per match","type":"number","nullable":true,"format":"float"},"shootOuts":{"description":"Total number of shoot outs","type":"integer","nullable":true,"format":"int32"},"shootOutsPerMatch":{"description":"Average number of shoot outs per match","type":"number","nullable":true,"format":"float"},"shootOutsMade":{"description":"Total number of goals scored from shoot out shots","type":"integer","nullable":true,"format":"int32"},"shootOutsMadePerMatch":{"description":"Average number of shoot outs made per match","type":"number","nullable":true,"format":"float"},"shootOutsMissed":{"description":"Total number of shoot out shots missed","type":"integer","nullable":true,"format":"int32"},"shootOutsMissedPerMatch":{"description":"Average number of shoot outs missed per match","type":"number","nullable":true,"format":"float"},"shootOutsSaved":{"description":"Total number of shoot out shots saved","type":"integer","nullable":true,"format":"int32"},"shootOutsSavedPerMatch":{"description":"Average number of shoot outs saved per match","type":"number","nullable":true,"format":"float"},"shots":{"description":"Total number of shots. This is made up of all shots, including shot that are blocked, saved, lead to a goal, missed, hit the bar or post.","type":"integer","nullable":true,"format":"int32"},"shotsPerMatch":{"description":"Average number of shots per match","type":"number","nullable":true,"format":"float"},"shotsBlocked":{"description":"Total number of shots blocked","type":"integer","nullable":true,"format":"int32"},"shotsBlockedPerMatch":{"description":"Average number of shots blocked per match","type":"number","nullable":true,"format":"float"},"shotsOnGoal":{"description":"Total number of shots on target. This is made up of shots that lead to goals or a save from the Goalie.","type":"integer","nullable":true,"format":"int32"},"shotsOnGoalPerMatch":{"description":"Average number of shots on goal per match","type":"number","nullable":true,"format":"float"},"shotsSavedByGoalKeeper":{"description":"The number of shots taken by a player that were saved by the opposition goalkeeper","type":"integer","nullable":true,"format":"int32"},"shotsSavedByGoalKeeperPerMatch":{"description":"Average number of shots taken by a player that were saved by the opposition goalkeeper per match","type":"number","nullable":true,"format":"float"},"sixMetreCentreGoalsScored":{"description":"Total number of goals scored from the six metre centre position","type":"integer","nullable":true,"format":"int32"},"sixMetreCentreGoalsScoredPerMatch":{"description":"Average number of goals scored from the six metre centre position per match","type":"number","nullable":true,"format":"float"},"sixMetreCentreMissedShots":{"description":"Total number of missed shots from the six metre centre position","type":"integer","nullable":true,"format":"int32"},"sixMetreCentreMissedShotsPerMatch":{"description":"Average number of missed shots from the six metre centre position per match","type":"number","nullable":true,"format":"float"},"sixMetreCentrePostHits":{"description":"Total number of post hits from the six metre centre position","type":"integer","nullable":true,"format":"int32"},"sixMetreCentrePostHitsPerMatch":{"description":"Average number of post hits from the six metre centre position per match","type":"number","nullable":true,"format":"float"},"sixMetreCentreShootingAccuracy":{"description":"Shot rate of shots on goal from the six metre centre position","type":"number","format":"float"},"sixMetreCentreShootingAccuracyPerMatch":{"description":"Shot rate of shots on goal from the six metre centre position per match","type":"number","nullable":true,"format":"float"},"sixMetreCentreShots":{"description":"Total number of six metre centre shots","type":"integer","nullable":true,"format":"int32"},"sixMetreCentreShotsPerMatch":{"description":"Average number of six metre centre shots per match","type":"number","nullable":true,"format":"float"},"sixMetreCentreShotsBlocked":{"description":"Total number of shots blocked from the six metre centre position","type":"integer","nullable":true,"format":"int32"},"sixMetreCentreShotsBlockedPerMatch":{"description":"Average number of shots blocked from the six metre centre position per match","type":"number","nullable":true,"format":"float"},"sixMetreCentreShotsOnGoal":{"description":"Total number of six metre centre shots on goal","type":"integer","nullable":true,"format":"int32"},"sixMetreCentreShotsOnGoalPerMatch":{"description":"Average number of six metre centre shots on goal per match","type":"number","nullable":true,"format":"float"},"sixMetreGoalsScored":{"description":"Total number of goals scored from the six metre position","type":"integer","nullable":true,"format":"int32"},"sixMetreGoalsScoredPerMatch":{"description":"Average number of goals scored from the six metre position per match","type":"number","nullable":true,"format":"float"},"sixMetreLeftGoalsScored":{"description":"Total number of goals scored from the six metre left position","type":"integer","nullable":true,"format":"int32"},"sixMetreLeftGoalsScoredPerMatch":{"description":"Average number of goals scored from the six metre left position per match","type":"number","nullable":true,"format":"float"},"sixMetreLeftMissedShots":{"description":"Total number of missed shots from the six metre left position","type":"integer","nullable":true,"format":"int32"},"sixMetreLeftMissedShotsPerMatch":{"description":"Average number of missed shots from the six metre left position per match","type":"number","nullable":true,"format":"float"},"sixMetreLeftPostHits":{"description":"Total number of post hits from the six metre left position","type":"integer","nullable":true,"format":"int32"},"sixMetreLeftPostHitsPerMatch":{"description":"Average number of post hits from the six metre left position per match","type":"number","nullable":true,"format":"float"},"sixMetreLeftShootingAccuracy":{"description":"Shot rate of shots on goal from the six metre left position","type":"number","format":"float"},"sixMetreLeftShootingAccuracyPerMatch":{"description":"Shot rate of shots on goal from the six metre left position per match","type":"number","nullable":true,"format":"float"},"sixMetreLeftShots":{"description":"Total number of six metre left shots attempted","type":"integer","nullable":true,"format":"int32"},"sixMetreLeftShotsPerMatch":{"description":"Average number of six metre left shots attempted per match","type":"number","nullable":true,"format":"float"},"sixMetreLeftShotsBlocked":{"description":"Total number of shots blocked from the six metre left position","type":"integer","nullable":true,"format":"int32"},"sixMetreLeftShotsBlockedPerMatch":{"description":"Average number of shots blocked from the six metre left position per match","type":"number","nullable":true,"format":"float"},"sixMetreLeftShotsOnGoal":{"description":"Total number of six metre left shots on goal","type":"integer","nullable":true,"format":"int32"},"sixMetreLeftShotsOnGoalPerMatch":{"description":"Average number of six metre left shots on goal per match","type":"number","nullable":true,"format":"float"},"sixMetreMissedShots":{"description":"Total number of missed shots from the six metre position","type":"integer","nullable":true,"format":"int32"},"sixMetreMissedShotsPerMatch":{"description":"Average number of missed shots from the six metre position per match","type":"number","nullable":true,"format":"float"},"sixMetrePostHits":{"description":"Total number of post hits from the six metre position","type":"integer","nullable":true,"format":"int32"},"sixMetrePostHitsPerMatch":{"description":"Average number of post hits from the six metre position per match","type":"number","nullable":true,"format":"float"},"sixMetreRightGoalsScored":{"description":"Total number of goals scored from the six metre right position","type":"integer","nullable":true,"format":"int32"},"sixMetreRightGoalsScoredPerMatch":{"description":"Average number of goals scored from the six metre right position per match","type":"number","nullable":true,"format":"float"},"sixMetreRightMissedShots":{"description":"Total number of missed shots from the six metre right position","type":"integer","nullable":true,"format":"int32"},"sixMetreRightMissedShotsPerMatch":{"description":"Average number of missed shots from the six metre right position per match","type":"number","nullable":true,"format":"float"},"sixMetreRightPostHits":{"description":"Total number of post hits from the six metre right position","type":"integer","nullable":true,"format":"int32"},"sixMetreRightPostHitsPerMatch":{"description":"Average number of post hits from the six metre right position per match","type":"number","nullable":true,"format":"float"},"sixMetreRightShootingAccuracy":{"description":"Shot rate of shots on goal from the six metre right position","type":"number","format":"float"},"sixMetreRightShootingAccuracyPerMatch":{"description":"Shot rate of shots on goal from the six metre right position per match","type":"number","nullable":true,"format":"float"},"sixMetreRightShots":{"description":"Total number of six metre right shots attempted","type":"integer","nullable":true,"format":"int32"},"sixMetreRightShotsPerMatch":{"description":"Average number of six metre right shots attempted per match","type":"number","nullable":true,"format":"float"},"sixMetreRightShotsBlocked":{"description":"Total number of shots blocked from the six metre right position","type":"integer","nullable":true,"format":"int32"},"sixMetreRightShotsBlockedPerMatch":{"description":"Average number of shots blocked from the six metre right position per match","type":"number","nullable":true,"format":"float"},"sixMetreRightShotsOnGoal":{"description":"Total number of six metre right shots on goal","type":"integer","nullable":true,"format":"int32"},"sixMetreRightShotsOnGoalPerMatch":{"description":"Average number of six metre right shots on goal per match","type":"number","nullable":true,"format":"float"},"sixMetreShootingAccuracy":{"description":"Shot rate of shots on goal from the six metre position","type":"number","format":"float"},"sixMetreShootingAccuracyPerMatch":{"description":"Shot rate of shots on goal from the six metre position per match","type":"number","nullable":true,"format":"float"},"sixMetreShots":{"description":"Total number of six metre shots attempted","type":"integer","nullable":true,"format":"int32"},"sixMetreShotsPerMatch":{"description":"Average number of six metre shots attempted per match","type":"number","nullable":true,"format":"float"},"sixMetreShotsBlocked":{"description":"Total number of shots blocked from the six metre position","type":"integer","nullable":true,"format":"int32"},"sixMetreShotsBlockedPerMatch":{"description":"Average number of shots blocked from the six metre position per match","type":"number","nullable":true,"format":"float"},"sixMetreShotsOnGoal":{"description":"Total number of six metre shots on goal","type":"integer","nullable":true,"format":"int32"},"sixMetreShotsOnGoalPerMatch":{"description":"Average number of six metre shots on goal per match","type":"number","nullable":true,"format":"float"},"speedDistancePerTime":{"description":"Distance covered by the player on specific speed per minute","type":"number","nullable":true,"format":"float"},"speedMax":{"description":"Maximum speed [m/s] of the player during the session","type":"number","nullable":true,"format":"float"},"steals":{"description":"Total number of stolen balls by the player","type":"integer","nullable":true,"format":"int32"},"stealsPerMatch":{"description":"Average number of stolen balls by the player per match","type":"number","nullable":true,"format":"float"},"stopFouls":{"description":"Total number of stop fouls","type":"integer","nullable":true,"format":"int32"},"stopFoulsPerMatch":{"description":"Average number of stop fouls committed per match","type":"number","nullable":true,"format":"float"},"stopFoulsDrawn":{"description":"Total number of stop fouls drawn","type":"integer","nullable":true,"format":"int32"},"stopFoulsDrawnPerMatch":{"description":"Average number of stop fouls drawn per match","type":"number","nullable":true,"format":"float"},"substitutions":{"description":"Total number of substitutions","type":"integer","nullable":true,"format":"int32"},"substitutionsPerMatch":{"description":"Average number of substitutions per match","type":"number","nullable":true,"format":"float"},"suspensions":{"description":"Total number of suspensions","type":"integer","nullable":true,"format":"int32"},"suspensionsPerMatch":{"description":"Average number of suspensions per match","type":"number","nullable":true,"format":"float"},"technicalBallFaults":{"description":"Total number of technical ball errors","type":"integer","nullable":true,"format":"int32"},"technicalBallFaultsPerMatch":{"description":"Average number of technical ball errors per match","type":"number","nullable":true,"format":"float"},"technicalFaults":{"description":"Total number of technical errors","type":"integer","nullable":true,"format":"int32"},"technicalFaultsPerMatch":{"description":"Average number of technical errors per match","type":"number","nullable":true,"format":"float"},"technicalRuleFaults":{"description":"Total number of technical rule errors","type":"integer","nullable":true,"format":"int32"},"technicalRuleFaultsPerMatch":{"description":"Average number of technical rule errors per match","type":"number","nullable":true,"format":"float"},"timeOnPlayingField":{"description":"Time in minutes (in ISO8601 Duration format) that each player spent on the playing field during the game","anyOf":[{"type":"string","format":"duration"},{"type":"number","format":"float"}],"nullable":true},"timeBallPossession":{"description":"Accumulated time in minutes (in ISO8601 Duration format) in which the player had the possession of the ball","anyOf":[{"type":"string","format":"duration"},{"type":"number","format":"float"}],"nullable":true},"timePlayed":{"description":"Total number of minutes the played","type":"integer","nullable":true,"format":"int32"},"timePlayedPerMatch":{"description":"Average number of minutes the played per match","type":"number","nullable":true,"format":"float"},"turnovers":{"description":"Total number of turnovers","type":"integer","nullable":true,"format":"int32"},"turnoversPerMatch":{"description":"Average number of turnovers per match","type":"number","nullable":true,"format":"float"},"twoMinuteSuspensions":{"description":"Total number of two minute suspensions","type":"integer","nullable":true,"format":"int32"},"twoMinuteSuspensionsPerMatch":{"description":"Average number of two minute suspensions per match","type":"number","nullable":true,"format":"float"},"wingGoalsScored":{"description":"Total number of goals scored from the wing position","type":"integer","nullable":true,"format":"int32"},"wingGoalsScoredPerMatch":{"description":"Average number of goals scored from the wing position per match","type":"number","nullable":true,"format":"float"},"wingLeftGoalsScored":{"description":"Total number of goals scored from the left wing position","type":"integer","nullable":true,"format":"int32"},"wingLeftGoalsScoredPerMatch":{"description":"Average number of goals scored from the left wing position per match","type":"number","nullable":true,"format":"float"},"wingLeftMissedShots":{"description":"Total number of missed shots from the left wing position","type":"integer","nullable":true,"format":"int32"},"wingLeftMissedShotsPerMatch":{"description":"Average number of missed shots from the left wing position per match","type":"number","nullable":true,"format":"float"},"wingLeftPostHits":{"description":"Total number of post hits from the left wing position","type":"integer","nullable":true,"format":"int32"},"wingLeftPostHitsPerMatch":{"description":"Average number of post hits from the left wing position per match","type":"number","nullable":true,"format":"float"},"wingLeftShootingAccuracy":{"description":"Shot rate of shots on goal from the left wing position","type":"number","format":"float"},"wingLeftShootingAccuracyPerMatch":{"description":"Shot rate of shots on goal from the left wing position per match","type":"number","nullable":true,"format":"float"},"wingLeftShots":{"description":"Total number of wing left shots attempted","type":"integer","nullable":true,"format":"int32"},"wingLeftShotsPerMatch":{"description":"Average number of wing left shots attempted per match","type":"number","nullable":true,"format":"float"},"wingLeftShotsBlocked":{"description":"Total number of shots blocked from the left wing position","type":"integer","nullable":true,"format":"int32"},"wingLeftShotsBlockedPerMatch":{"description":"Average number of shots blocked from the left wing position per match","type":"number","nullable":true,"format":"float"},"wingLeftShotsOnGoal":{"description":"Total number of left wing shots on goal","type":"integer","nullable":true,"format":"int32"},"wingLeftShotsOnGoalPerMatch":{"description":"Average number of left wing shots on goal per match","type":"number","nullable":true,"format":"float"},"wingMissedShots":{"description":"Total number of missed shots from the wing position","type":"integer","nullable":true,"format":"int32"},"wingMissedShotsPerMatch":{"description":"Average number of missed shots from the wing position per match","type":"number","nullable":true,"format":"float"},"wingPostHits":{"description":"Total number of post hits from the wing position","type":"integer","nullable":true,"format":"int32"},"wingPostHitsPerMatch":{"description":"Average number of post hits from the wing position per match","type":"number","nullable":true,"format":"float"},"wingRightGoalsScored":{"description":"Total number of goals scored from the right wing position","type":"integer","nullable":true,"format":"int32"},"wingRightGoalsScoredPerMatch":{"description":"Average number of goals scored from the right wing position per match","type":"number","nullable":true,"format":"float"},"wingRightMissedShots":{"description":"Total number of missed shots from the right wing position","type":"integer","nullable":true,"format":"int32"},"wingRightMissedShotsPerMatch":{"description":"Average number of missed shots from the right wing position per match","type":"number","nullable":true,"format":"float"},"wingRightPostHits":{"description":"Total number of post hits from the right wing position","type":"integer","nullable":true,"format":"int32"},"wingRightPostHitsPerMatch":{"description":"Average number of post hits from the right wing position per match","type":"number","nullable":true,"format":"float"},"wingRightShootingAccuracy":{"description":"Shot rate of shots on goal from the right wing position","type":"number","format":"float"},"wingRightShootingAccuracyPerMatch":{"description":"Shot rate of shots on goal from the right wing position per match","type":"number","nullable":true,"format":"float"},"wingRightShots":{"description":"Total number of wing right shots attempted","type":"integer","nullable":true,"format":"int32"},"wingRightShotsPerMatch":{"description":"Average number of wing right shots attempted per match","type":"number","nullable":true,"format":"float"},"wingRightShotsBlocked":{"description":"Total number of shots blocked from the right wing position","type":"integer","nullable":true,"format":"int32"},"wingRightShotsBlockedPerMatch":{"description":"Average number of shots blocked from the right wing position per match","type":"number","nullable":true,"format":"float"},"wingRightShotsOnGoal":{"description":"Total number of right wing shots on goal","type":"integer","nullable":true,"format":"int32"},"wingRightShotsOnGoalPerMatch":{"description":"Average number of right wing shots on goal per match","type":"number","nullable":true,"format":"float"},"wingShootingAccuracy":{"description":"Shot rate of all shots on goal from the wing position","type":"number","format":"float"},"wingShootingAccuracyPerMatch":{"description":"Shot rate of all shots on goal from the wing position per match","type":"number","nullable":true,"format":"float"},"wingShots":{"description":"Total number of wing shots attempted","type":"integer","nullable":true,"format":"int32"},"wingShotsPerMatch":{"description":"Average number of wing shots attempted per match","type":"number","nullable":true,"format":"float"},"wingShotsBlocked":{"description":"Total number of shots blocked from the wing position","type":"integer","nullable":true,"format":"int32"},"wingShotsBlockedPerMatch":{"description":"Average number of shots blocked from the wing position per match","type":"number","nullable":true,"format":"float"},"wingShotsOnGoal":{"description":"Total number of wing shots on goal","type":"integer","nullable":true,"format":"int32"},"wingShotsOnGoalPerMatch":{"description":"Average number of wing shots on goal per match","type":"number","nullable":true,"format":"float"},"wins":{"description":"The number of wins","type":"integer","nullable":true,"format":"int32"},"yellowCards":{"description":"Total number of yellow cards","type":"integer","nullable":true,"format":"int32"},"yellowCardsPerMatch":{"description":"Average number of yellow cards per match","type":"number","nullable":true,"format":"float"}}}},"title":"season person statistics model"},"ErrorModel":{"type":"object","properties":{"code":{"type":"integer","description":"HTTP Error code indicating the type of error.  If there are multiple errors, then this will be the code of the first one.","format":"int32"},"message":{"type":"string","description":"A message indicating the reason for the error. If there are multiple errors, then this is the message for the first one."},"errors":{"type":"array","items":{"$ref":"#/components/schemas/ErrorListModel"}}}},"ErrorListModel":{"type":"object","properties":{"code":{"type":"integer","description":"HTTP Error code indicating the type of error.","format":"int32"},"reason":{"enum":["INVALID_DATA","NOT_FOUND","NOT_AUTHORISED","ERROR","DELETE_ERROR"],"description":"A short code indicating the type of error"},"message":{"type":"string","description":"A message indicating the reason for the error"},"rowNumber":{"type":"integer","description":"The row number of the payload that cause the error","format":"int32"}}}},"responses":{"ErrorResponse":{"description":"Error","content":{"application/json":{"schema":{"type":"object","properties":{"meta":{"$ref":"#/components/schemas/ResponseMetaData"},"error":{"$ref":"#/components/schemas/ErrorModel"}}}}}}},"parameters":{"entityId":{"name":"entityId","description":"The unique identifier of the team","schema":{"type":"string","format":"uuid"},"required":false,"in":"query"},"external":{"name":"external","description":"A comma separated list of fields that will instead be interpreted as an externalId. See [External Ids](#section/Introduction/External-Ids) for more information.","schema":{"type":"string"},"required":false,"in":"query"},"fields":{"name":"fields","description":"A comma separated list of fields to display.  The response will only display these fields. See [Partial Response](#section/Partial-Response) section for more information.","schema":{"type":"string"},"required":false,"in":"query"},"fixtureType":{"name":"fixtureType","description":"Type of match\n>- `ALL_STAR` All Star\n>- `DEMONSTRATION` Demonstration\n>- `FINAL` Final\n>- `FRIENDLY` Friendly\n>- `PLAYOFF` Playoff\n>- `PRESEASON` Pre Season\n>- `REGULAR` Regular\n","schema":{"type":"string","enum":["ALL_STAR","PRESEASON","REGULAR","FINAL","PLAYOFF","FRIENDLY","DEMONSTRATION"],"maxLength":50},"required":false,"in":"query"},"hideNull":{"name":"hideNull","description":"Don't display data fields with null values or empty structures","schema":{"type":"boolean"},"required":false,"in":"query"},"homeAway":{"name":"homeAway","description":"Where the result was\n>- `AWAY` Away\n>- `HOME` Home\n","schema":{"type":"string","enum":["HOME","AWAY"],"maxLength":50},"required":false,"in":"query"},"include":{"name":"include","description":"A comma separated list of resource types to include. See [Resource Inclusion](#section/Introduction/Resource-Inclusion) for more information.","schema":{"type":"string"},"required":false,"in":"query"},"includeTotalCount":{"name":"includeTotalCount","description":"Include the total number of records matching the filters.","schema":{"type":"boolean"},"required":false,"in":"query"},"isPlayer":{"name":"isPlayer","description":"Is the person a player?","schema":{"type":"boolean"},"required":false,"in":"query"},"isTeamOfficial":{"name":"isTeamOfficial","description":"Is the person a team official?","schema":{"type":"boolean"},"required":false,"in":"query"},"limit":{"name":"limit","description":"The maximum number of records to return. See [Pagination](#section/Introduction/Pagination) for more information.","schema":{"type":"integer","format":"int32","maximum":1000,"minimum":1,"default":10},"required":false,"in":"query"},"offset":{"name":"offset","description":"The offset of the records. See [Pagination](#section/Introduction/Pagination) for more information.","schema":{"type":"integer","format":"int32"},"required":false,"in":"query"},"personId":{"name":"personId","description":"The unique identifier of the person","schema":{"type":"string","format":"uuid"},"required":false,"in":"query"},"starter":{"name":"starter","description":"Is the person a starter in the match ?","schema":{"type":"boolean"},"required":false,"in":"query"},"statistics":{"name":"statistics","description":"The name of the statistic. Can specify multiple, delimited by comma.","schema":{"type":"string"},"required":false,"in":"query"},"winLoss":{"name":"winLoss","description":"What the result was\n>- `DRAW` Draw\n>- `LOSS` Loss\n>- `WIN` Win\n","schema":{"type":"string","enum":["WIN","LOSS","DRAW"],"maxLength":50},"required":false,"in":"query"}}},"paths":{"/handball/o/{organizationId}/statistics/leaders/in/competitions/{competitionId}":{"get":{"tags":["Competition Leaders"],"summary":"competition statistical leader summary","description":"Return a summary of the leading persons for a number of statistics in a competition. Only the requested statistic is returned within the 'statistics' object of each row.","operationId":"cl_list_summary","responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","title":"Leader_Summary Response","properties":{"meta":{"$ref":"#/components/schemas/ResponseMetaData"},"links":{"$ref":"#/components/schemas/ResponseLinks"},"included":{"$ref":"#/components/schemas/IncludedData"},"data":{"type":"array","description":"","items":{"$ref":"#/components/schemas/Leader_SummaryModel"}}}}}}},"default":{"$ref":"#/components/responses/ErrorResponse"}},"parameters":[{"name":"competitionId","description":"The unique identifier of the competition","schema":{"type":"string","format":"uuid"},"required":true,"in":"path"},{"$ref":"#/components/parameters/entityId"},{"$ref":"#/components/parameters/external"},{"$ref":"#/components/parameters/fields"},{"$ref":"#/components/parameters/fixtureType"},{"$ref":"#/components/parameters/hideNull"},{"$ref":"#/components/parameters/homeAway"},{"$ref":"#/components/parameters/include"},{"$ref":"#/components/parameters/includeTotalCount"},{"$ref":"#/components/parameters/isPlayer"},{"$ref":"#/components/parameters/isTeamOfficial"},{"$ref":"#/components/parameters/limit"},{"$ref":"#/components/parameters/offset"},{"name":"organizationId","description":"The unique identifier of the organization","schema":{"type":"string","minLength":5,"maxLength":5},"required":true,"in":"path"},{"$ref":"#/components/parameters/personId"},{"$ref":"#/components/parameters/starter"},{"$ref":"#/components/parameters/statistics"},{"$ref":"#/components/parameters/winLoss"}]}}}}
```

## Fast (pre-aggregated) competition statistical leaders

> Return pre-aggregated list of the leading persons for a statistic in a competition derived from the side table based on aggregated data across all included seasons in that competition.

```json
{"openapi":"3.0.0","info":{"title":"DataCore API  - Handball","version":"v1"},"tags":[{"name":"Competition Leaders","description":"Competition statistical leaders are a list of persons for a statistic ranked from highest to lowest across an entire competition (multi-season). Each season's own qualification rules are applied to that season's data before aggregating and ranking across seasons."}],"servers":[{"url":"https://api.dc.connect.sportradar.com/v1","description":"Production server"},{"url":"https://api.dc.stg.connect-nonprod.sportradar.dev/v1","description":"NonProduction/Staging server"}],"security":[{"OAuth2":["read:organization"]}],"components":{"securitySchemes":{"OAuth2":{"type":"oauth2","flows":{"clientCredentials":{"tokenUrl":"/oauth/token","scopes":{"orgId":"Authenticate based on a specific OrganizationId","read:orggroup":"Read data over multiple organizations using and *orggroup* code","write:organization":"Write/Update any data from below the organization","read:organization":"Read any data from the organization down","write:admin":"Perform administration API calls","write:admin_organization":"Ability to manage organizations","write:system":"Perform system configuration API calls"}}},"description":"You can create a JSON Web Token (JWT) using the [token](http://developer.connect.sportradar.com/token/#operation/getToken) API call. Each token is given a set of scopes/permissions. Each endpoint has a scope/permission that it requires to run.  If your token does not possess the correct scope then you will be unable to make the API call."}},"schemas":{"ResponseMetaData":{"type":"object","properties":{"version":{"type":"integer","description":"The version of the API in use for this call"},"codeVersion":{"type":"string","description":"A string indicating the version of the code that handled this request"},"code":{"type":"integer","description":"The HTTP response code for this request"},"time":{"type":"string","format":"date-time","description":"The date/time this request was made (in UTC)."},"fromCache":{"type":"boolean","description":"Was this request served directly from the cache?"},"count":{"type":"integer","description":"The number of records being returned"},"limit":{"type":"integer","description":"The record limit in place for this request"},"offset":{"type":"integer","description":"The record offset in place for this request"},"generationTime":{"type":"number","format":"float","description":"The number of seconds taken to generate this request."}}},"ResponseLinks":{"type":"object","properties":{"self":{"type":"string","format":"uri","description":"The URI referencing this request."},"next":{"type":"string","format":"uri","description":"The URI referencing the 'next' page, if more data is available."},"previous":{"type":"string","format":"uri","description":"The URI referencing the 'previous' page, if the request is not on the first page."}}},"IncludedData":{"type":"object","description":"Available if the request used the 'include' parameter.  It contains extra data about resources found in the data block.","properties":{"resources":{"type":"object","additionalProperties":{"description":"The type of resource","type":"object","enum":["league","organisation","persons"],"additionalProperties":{"type":"object","format":"uuid","description":"The id of the resource","additionalProperties":{"description":"The model for the resource as defined by the type and id"}}}}}},"Competition_Person_LeadersModel":{"type":"object","additionalProperties":false,"properties":{"organizationId":{"description":"The unique identifier of the organization","type":"string","readOnly":true},"organization":{"properties":{"resourceType":{"type":"string","enum":["organizations"]},"id":{"description":"Unique identifier for this resource","type":"string"}},"description":"The organization that this competition person leaders belongs to","type":"object"},"competitionId":{"description":"The unique identifier of the competition","type":"string","format":"uuid"},"competition":{"properties":{"resourceType":{"type":"string","enum":["competitions"]},"id":{"description":"Unique identifier for this resource","type":"string"}},"description":"The competition that this season belongs to","type":"object"},"personId":{"description":"The unique identifier of the person","type":"string","format":"uuid"},"person":{"properties":{"resourceType":{"type":"string","enum":["persons"]},"id":{"description":"Unique identifier for this resource","type":"string"}},"description":"The person information","type":"object"},"fixtureType":{"description":"Fixture type bucket (ALL, REGULAR, PLAYOFF, FINAL)","type":"string","maxLength":30},"statisticField":{"description":"Statistic field name ranked in this row","type":"string","maxLength":100},"order":{"description":"Precomputed order","type":"integer","format":"int32"},"statistics":{},"added":{"description":"Date/time added. In UTC","type":"string","format":"date-time","readOnly":true},"updated":{"description":"Date/time last modified. In UTC","type":"string","format":"date-time","readOnly":true}},"title":"competition person leaders model"},"ErrorModel":{"type":"object","properties":{"code":{"type":"integer","description":"HTTP Error code indicating the type of error.  If there are multiple errors, then this will be the code of the first one.","format":"int32"},"message":{"type":"string","description":"A message indicating the reason for the error. If there are multiple errors, then this is the message for the first one."},"errors":{"type":"array","items":{"$ref":"#/components/schemas/ErrorListModel"}}}},"ErrorListModel":{"type":"object","properties":{"code":{"type":"integer","description":"HTTP Error code indicating the type of error.","format":"int32"},"reason":{"enum":["INVALID_DATA","NOT_FOUND","NOT_AUTHORISED","ERROR","DELETE_ERROR"],"description":"A short code indicating the type of error"},"message":{"type":"string","description":"A message indicating the reason for the error"},"rowNumber":{"type":"integer","description":"The row number of the payload that cause the error","format":"int32"}}}},"responses":{"ErrorResponse":{"description":"Error","content":{"application/json":{"schema":{"type":"object","properties":{"meta":{"$ref":"#/components/schemas/ResponseMetaData"},"error":{"$ref":"#/components/schemas/ErrorModel"}}}}}}},"parameters":{"external":{"name":"external","description":"A comma separated list of fields that will instead be interpreted as an externalId. See [External Ids](#section/Introduction/External-Ids) for more information.","schema":{"type":"string"},"required":false,"in":"query"},"fields":{"name":"fields","description":"A comma separated list of fields to display.  The response will only display these fields. See [Partial Response](#section/Partial-Response) section for more information.","schema":{"type":"string"},"required":false,"in":"query"},"fixtureType":{"name":"fixtureType","description":"Type of match\n>- `ALL_STAR` All Star\n>- `DEMONSTRATION` Demonstration\n>- `FINAL` Final\n>- `FRIENDLY` Friendly\n>- `PLAYOFF` Playoff\n>- `PRESEASON` Pre Season\n>- `REGULAR` Regular\n","schema":{"type":"string","enum":["ALL_STAR","PRESEASON","REGULAR","FINAL","PLAYOFF","FRIENDLY","DEMONSTRATION"],"maxLength":50},"required":false,"in":"query"},"hideNull":{"name":"hideNull","description":"Don't display data fields with null values or empty structures","schema":{"type":"boolean"},"required":false,"in":"query"},"include":{"name":"include","description":"A comma separated list of resource types to include. See [Resource Inclusion](#section/Introduction/Resource-Inclusion) for more information.","schema":{"type":"string"},"required":false,"in":"query"},"includeTotalCount":{"name":"includeTotalCount","description":"Include the total number of records matching the filters.","schema":{"type":"boolean"},"required":false,"in":"query"},"limit":{"name":"limit","description":"The maximum number of records to return. See [Pagination](#section/Introduction/Pagination) for more information.","schema":{"type":"integer","format":"int32","maximum":1000,"minimum":1,"default":10},"required":false,"in":"query"},"offset":{"name":"offset","description":"The offset of the records. See [Pagination](#section/Introduction/Pagination) for more information.","schema":{"type":"integer","format":"int32"},"required":false,"in":"query"}}},"paths":{"/handball/o/{organizationId}/statistics/leaders/for/{statistic}/in/competitions/{competitionId}/simple":{"get":{"tags":["Competition Leaders"],"summary":"Fast (pre-aggregated) competition statistical leaders","description":"Return pre-aggregated list of the leading persons for a statistic in a competition derived from the side table based on aggregated data across all included seasons in that competition.","operationId":"cl_list_simple_for_stat","responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","title":"Competition_Person_Leaders Response","properties":{"meta":{"$ref":"#/components/schemas/ResponseMetaData"},"links":{"$ref":"#/components/schemas/ResponseLinks"},"included":{"$ref":"#/components/schemas/IncludedData"},"data":{"type":"array","description":"","items":{"$ref":"#/components/schemas/Competition_Person_LeadersModel"}}}}}}},"default":{"$ref":"#/components/responses/ErrorResponse"}},"parameters":[{"name":"competitionId","description":"The unique identifier of the competition","schema":{"type":"string","format":"uuid"},"required":true,"in":"path"},{"$ref":"#/components/parameters/external"},{"$ref":"#/components/parameters/fields"},{"$ref":"#/components/parameters/fixtureType"},{"$ref":"#/components/parameters/hideNull"},{"$ref":"#/components/parameters/include"},{"$ref":"#/components/parameters/includeTotalCount"},{"$ref":"#/components/parameters/limit"},{"$ref":"#/components/parameters/offset"},{"name":"organizationId","description":"The unique identifier of the organization","schema":{"type":"string","minLength":5,"maxLength":5},"required":true,"in":"path"},{"name":"statistic","description":"The name of the statistic","schema":{"type":"string","maxLength":50},"required":true,"in":"path"}]}}}}
```

## Fast (pre-aggregated) competition statistical leader summary

> Return a summary {stat: rows} from the side table for the requested statistics.

```json
{"openapi":"3.0.0","info":{"title":"DataCore API  - Handball","version":"v1"},"tags":[{"name":"Competition Leaders","description":"Competition statistical leaders are a list of persons for a statistic ranked from highest to lowest across an entire competition (multi-season). Each season's own qualification rules are applied to that season's data before aggregating and ranking across seasons."}],"servers":[{"url":"https://api.dc.connect.sportradar.com/v1","description":"Production server"},{"url":"https://api.dc.stg.connect-nonprod.sportradar.dev/v1","description":"NonProduction/Staging server"}],"security":[{"OAuth2":["read:organization"]}],"components":{"securitySchemes":{"OAuth2":{"type":"oauth2","flows":{"clientCredentials":{"tokenUrl":"/oauth/token","scopes":{"orgId":"Authenticate based on a specific OrganizationId","read:orggroup":"Read data over multiple organizations using and *orggroup* code","write:organization":"Write/Update any data from below the organization","read:organization":"Read any data from the organization down","write:admin":"Perform administration API calls","write:admin_organization":"Ability to manage organizations","write:system":"Perform system configuration API calls"}}},"description":"You can create a JSON Web Token (JWT) using the [token](http://developer.connect.sportradar.com/token/#operation/getToken) API call. Each token is given a set of scopes/permissions. Each endpoint has a scope/permission that it requires to run.  If your token does not possess the correct scope then you will be unable to make the API call."}},"schemas":{"ResponseMetaData":{"type":"object","properties":{"version":{"type":"integer","description":"The version of the API in use for this call"},"codeVersion":{"type":"string","description":"A string indicating the version of the code that handled this request"},"code":{"type":"integer","description":"The HTTP response code for this request"},"time":{"type":"string","format":"date-time","description":"The date/time this request was made (in UTC)."},"fromCache":{"type":"boolean","description":"Was this request served directly from the cache?"},"count":{"type":"integer","description":"The number of records being returned"},"limit":{"type":"integer","description":"The record limit in place for this request"},"offset":{"type":"integer","description":"The record offset in place for this request"},"generationTime":{"type":"number","format":"float","description":"The number of seconds taken to generate this request."}}},"ResponseLinks":{"type":"object","properties":{"self":{"type":"string","format":"uri","description":"The URI referencing this request."},"next":{"type":"string","format":"uri","description":"The URI referencing the 'next' page, if more data is available."},"previous":{"type":"string","format":"uri","description":"The URI referencing the 'previous' page, if the request is not on the first page."}}},"IncludedData":{"type":"object","description":"Available if the request used the 'include' parameter.  It contains extra data about resources found in the data block.","properties":{"resources":{"type":"object","additionalProperties":{"description":"The type of resource","type":"object","enum":["league","organisation","persons"],"additionalProperties":{"type":"object","format":"uuid","description":"The id of the resource","additionalProperties":{"description":"The model for the resource as defined by the type and id"}}}}}},"Competition_Person_LeadersModel":{"type":"object","additionalProperties":false,"properties":{"organizationId":{"description":"The unique identifier of the organization","type":"string","readOnly":true},"organization":{"properties":{"resourceType":{"type":"string","enum":["organizations"]},"id":{"description":"Unique identifier for this resource","type":"string"}},"description":"The organization that this competition person leaders belongs to","type":"object"},"competitionId":{"description":"The unique identifier of the competition","type":"string","format":"uuid"},"competition":{"properties":{"resourceType":{"type":"string","enum":["competitions"]},"id":{"description":"Unique identifier for this resource","type":"string"}},"description":"The competition that this season belongs to","type":"object"},"personId":{"description":"The unique identifier of the person","type":"string","format":"uuid"},"person":{"properties":{"resourceType":{"type":"string","enum":["persons"]},"id":{"description":"Unique identifier for this resource","type":"string"}},"description":"The person information","type":"object"},"fixtureType":{"description":"Fixture type bucket (ALL, REGULAR, PLAYOFF, FINAL)","type":"string","maxLength":30},"statisticField":{"description":"Statistic field name ranked in this row","type":"string","maxLength":100},"order":{"description":"Precomputed order","type":"integer","format":"int32"},"statistics":{},"added":{"description":"Date/time added. In UTC","type":"string","format":"date-time","readOnly":true},"updated":{"description":"Date/time last modified. In UTC","type":"string","format":"date-time","readOnly":true}},"title":"competition person leaders model"},"ErrorModel":{"type":"object","properties":{"code":{"type":"integer","description":"HTTP Error code indicating the type of error.  If there are multiple errors, then this will be the code of the first one.","format":"int32"},"message":{"type":"string","description":"A message indicating the reason for the error. If there are multiple errors, then this is the message for the first one."},"errors":{"type":"array","items":{"$ref":"#/components/schemas/ErrorListModel"}}}},"ErrorListModel":{"type":"object","properties":{"code":{"type":"integer","description":"HTTP Error code indicating the type of error.","format":"int32"},"reason":{"enum":["INVALID_DATA","NOT_FOUND","NOT_AUTHORISED","ERROR","DELETE_ERROR"],"description":"A short code indicating the type of error"},"message":{"type":"string","description":"A message indicating the reason for the error"},"rowNumber":{"type":"integer","description":"The row number of the payload that cause the error","format":"int32"}}}},"responses":{"ErrorResponse":{"description":"Error","content":{"application/json":{"schema":{"type":"object","properties":{"meta":{"$ref":"#/components/schemas/ResponseMetaData"},"error":{"$ref":"#/components/schemas/ErrorModel"}}}}}}},"parameters":{"external":{"name":"external","description":"A comma separated list of fields that will instead be interpreted as an externalId. See [External Ids](#section/Introduction/External-Ids) for more information.","schema":{"type":"string"},"required":false,"in":"query"},"fields":{"name":"fields","description":"A comma separated list of fields to display.  The response will only display these fields. See [Partial Response](#section/Partial-Response) section for more information.","schema":{"type":"string"},"required":false,"in":"query"},"fixtureType":{"name":"fixtureType","description":"Type of match\n>- `ALL_STAR` All Star\n>- `DEMONSTRATION` Demonstration\n>- `FINAL` Final\n>- `FRIENDLY` Friendly\n>- `PLAYOFF` Playoff\n>- `PRESEASON` Pre Season\n>- `REGULAR` Regular\n","schema":{"type":"string","enum":["ALL_STAR","PRESEASON","REGULAR","FINAL","PLAYOFF","FRIENDLY","DEMONSTRATION"],"maxLength":50},"required":false,"in":"query"},"hideNull":{"name":"hideNull","description":"Don't display data fields with null values or empty structures","schema":{"type":"boolean"},"required":false,"in":"query"},"include":{"name":"include","description":"A comma separated list of resource types to include. See [Resource Inclusion](#section/Introduction/Resource-Inclusion) for more information.","schema":{"type":"string"},"required":false,"in":"query"},"includeTotalCount":{"name":"includeTotalCount","description":"Include the total number of records matching the filters.","schema":{"type":"boolean"},"required":false,"in":"query"},"limit":{"name":"limit","description":"The maximum number of records to return. See [Pagination](#section/Introduction/Pagination) for more information.","schema":{"type":"integer","format":"int32","maximum":1000,"minimum":1,"default":10},"required":false,"in":"query"},"offset":{"name":"offset","description":"The offset of the records. See [Pagination](#section/Introduction/Pagination) for more information.","schema":{"type":"integer","format":"int32"},"required":false,"in":"query"},"statistics":{"name":"statistics","description":"The name of the statistic. Can specify multiple, delimited by comma.","schema":{"type":"string"},"required":false,"in":"query"}}},"paths":{"/handball/o/{organizationId}/statistics/leaders/in/competitions/{competitionId}/simple":{"get":{"tags":["Competition Leaders"],"summary":"Fast (pre-aggregated) competition statistical leader summary","description":"Return a summary {stat: rows} from the side table for the requested statistics.","operationId":"cl_list_simple_summary","responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","title":"Competition_Person_Leaders Response","properties":{"meta":{"$ref":"#/components/schemas/ResponseMetaData"},"links":{"$ref":"#/components/schemas/ResponseLinks"},"included":{"$ref":"#/components/schemas/IncludedData"},"data":{"type":"array","description":"","items":{"$ref":"#/components/schemas/Competition_Person_LeadersModel"}}}}}}},"default":{"$ref":"#/components/responses/ErrorResponse"}},"parameters":[{"name":"competitionId","description":"The unique identifier of the competition","schema":{"type":"string","format":"uuid"},"required":true,"in":"path"},{"$ref":"#/components/parameters/external"},{"$ref":"#/components/parameters/fields"},{"$ref":"#/components/parameters/fixtureType"},{"$ref":"#/components/parameters/hideNull"},{"$ref":"#/components/parameters/include"},{"$ref":"#/components/parameters/includeTotalCount"},{"$ref":"#/components/parameters/limit"},{"$ref":"#/components/parameters/offset"},{"name":"organizationId","description":"The unique identifier of the organization","schema":{"type":"string","minLength":5,"maxLength":5},"required":true,"in":"path"},{"$ref":"#/components/parameters/statistics"}]}}}}
```

## Build competition person leaders side table

> Build pre-aggregated competition person leaders for a competition.

```json
{"openapi":"3.0.0","info":{"title":"DataCore API  - Handball","version":"v1"},"tags":[{"name":"Competition Leaders","description":"Competition statistical leaders are a list of persons for a statistic ranked from highest to lowest across an entire competition (multi-season). Each season's own qualification rules are applied to that season's data before aggregating and ranking across seasons."}],"servers":[{"url":"https://api.dc.connect.sportradar.com/v1","description":"Production server"},{"url":"https://api.dc.stg.connect-nonprod.sportradar.dev/v1","description":"NonProduction/Staging server"}],"security":[{"OAuth2":["write:organization"]}],"components":{"securitySchemes":{"OAuth2":{"type":"oauth2","flows":{"clientCredentials":{"tokenUrl":"/oauth/token","scopes":{"orgId":"Authenticate based on a specific OrganizationId","read:orggroup":"Read data over multiple organizations using and *orggroup* code","write:organization":"Write/Update any data from below the organization","read:organization":"Read any data from the organization down","write:admin":"Perform administration API calls","write:admin_organization":"Ability to manage organizations","write:system":"Perform system configuration API calls"}}},"description":"You can create a JSON Web Token (JWT) using the [token](http://developer.connect.sportradar.com/token/#operation/getToken) API call. Each token is given a set of scopes/permissions. Each endpoint has a scope/permission that it requires to run.  If your token does not possess the correct scope then you will be unable to make the API call."}},"schemas":{"ResponseMetaData":{"type":"object","properties":{"version":{"type":"integer","description":"The version of the API in use for this call"},"codeVersion":{"type":"string","description":"A string indicating the version of the code that handled this request"},"code":{"type":"integer","description":"The HTTP response code for this request"},"time":{"type":"string","format":"date-time","description":"The date/time this request was made (in UTC)."},"fromCache":{"type":"boolean","description":"Was this request served directly from the cache?"},"count":{"type":"integer","description":"The number of records being returned"},"limit":{"type":"integer","description":"The record limit in place for this request"},"offset":{"type":"integer","description":"The record offset in place for this request"},"generationTime":{"type":"number","format":"float","description":"The number of seconds taken to generate this request."}}},"ResponseLinks":{"type":"object","properties":{"self":{"type":"string","format":"uri","description":"The URI referencing this request."},"next":{"type":"string","format":"uri","description":"The URI referencing the 'next' page, if more data is available."},"previous":{"type":"string","format":"uri","description":"The URI referencing the 'previous' page, if the request is not on the first page."}}},"IncludedData":{"type":"object","description":"Available if the request used the 'include' parameter.  It contains extra data about resources found in the data block.","properties":{"resources":{"type":"object","additionalProperties":{"description":"The type of resource","type":"object","enum":["league","organisation","persons"],"additionalProperties":{"type":"object","format":"uuid","description":"The id of the resource","additionalProperties":{"description":"The model for the resource as defined by the type and id"}}}}}},"Competition_Person_StatisticsModel":{"type":"object","additionalProperties":false,"properties":{"personId":{"description":"The unique identifier of the person","type":"string","format":"uuid"},"person":{"properties":{"resourceType":{"type":"string","enum":["persons"]},"id":{"description":"Unique identifier for this resource","type":"string"}},"description":"The person information","type":"object"},"organizationId":{"description":"The unique identifier of the organization","type":"string","readOnly":true},"organization":{"properties":{"resourceType":{"type":"string","enum":["organizations"]},"id":{"description":"Unique identifier for this resource","type":"string"}},"description":"The organization that this competition person statistics belongs to","type":"object"},"competitionId":{"description":"The unique identifier of the competition","type":"string","format":"uuid"},"competition":{"properties":{"resourceType":{"type":"string","enum":["competitions"]},"id":{"description":"Unique identifier for this resource","type":"string"}},"description":"The competition that this season belongs to","type":"object"},"statistics":{"type":"object","additionalProperties":false,"properties":{"airtimeMax":{"description":"Time in minutes (in ISO8601 Duration format) a player was in the air (due to jumping)","anyOf":[{"type":"string","format":"duration"},{"type":"number","format":"float"}],"nullable":true},"assists":{"description":"Total number of assists","type":"integer","nullable":true,"format":"int32"},"assistsPerMatch":{"description":"Average number of assists per match","type":"number","nullable":true,"format":"float"},"backCourtGoalsScored":{"description":"Total number of goals scored from a back court position","type":"integer","nullable":true,"format":"int32"},"backCourtGoalsScoredPerMatch":{"description":"Average number of goals scored from a back court position per match","type":"number","nullable":true,"format":"float"},"backCourtMissedShots":{"description":"Total number of missed shots from a back court position","type":"integer","nullable":true,"format":"int32"},"backCourtMissedShotsPerMatch":{"description":"Average number of missed shots from a back court position per match","type":"number","nullable":true,"format":"float"},"backCourtPostHits":{"description":"Total number of post hits from a back court position","type":"integer","nullable":true,"format":"int32"},"backCourtPostHitsPerMatch":{"description":"Average number of post hits from a back court position per match","type":"number","nullable":true,"format":"float"},"backCourtShootingAccuracy":{"description":"Shot rate of shots on goal from the back court position","type":"number","format":"float"},"backCourtShootingAccuracyPerMatch":{"description":"Shot rate of shots on goal from the back court position per match","type":"number","nullable":true,"format":"float"},"backCourtShots":{"description":"Total number of back court shots attempted","type":"integer","nullable":true,"format":"int32"},"backCourtShotsPerMatch":{"description":"Average number of back court shots attempted per match","type":"number","nullable":true,"format":"float"},"backCourtShotsBlocked":{"description":"Total number of shots blocked from a back court position","type":"integer","nullable":true,"format":"int32"},"backCourtShotsBlockedPerMatch":{"description":"Average number of shots blocked from a back court position per match","type":"number","nullable":true,"format":"float"},"backCourtShotsOnGoal":{"description":"Total number of back court shots on goal","type":"integer","nullable":true,"format":"int32"},"backCourtShotsOnGoalPerMatch":{"description":"Average number of back court shots on goal per match","type":"number","nullable":true,"format":"float"},"blocks":{"description":"Total number of blocks","type":"integer","nullable":true,"format":"int32"},"blocksPerMatch":{"description":"Average number of blocks per match","type":"number","nullable":true,"format":"float"},"blueCards":{"description":"Total number of blue cards","type":"integer","nullable":true,"format":"int32"},"blueCardsPerMatch":{"description":"Average number of blue cards per match","type":"number","nullable":true,"format":"float"},"breakThroughGoalsScored":{"description":"Total number of goals scored from a break through attack","type":"integer","nullable":true,"format":"int32"},"breakThroughGoalsScoredPerMatch":{"description":"Average number of goals scored from a break through attack per match","type":"number","nullable":true,"format":"float"},"breakThroughMissedShots":{"description":"Total number of missed shots from a break through attack","type":"integer","nullable":true,"format":"int32"},"breakThroughMissedShotsPerMatch":{"description":"Average number of missed shots from a break through attack per match","type":"number","nullable":true,"format":"float"},"breakThroughPostHits":{"description":"Total number of post hits from a break through attack","type":"integer","nullable":true,"format":"int32"},"breakThroughPostHitsPerMatch":{"description":"Average number of post hits from a break through attack per match","type":"number","nullable":true,"format":"float"},"breakThroughShootingAccuracy":{"description":"Shot rate shots on goal from a break through attack","type":"number","format":"float"},"breakThroughShootingAccuracyPerMatch":{"description":"Shot rate shots on goal from a break through attack per match","type":"number","nullable":true,"format":"float"},"breakThroughShots":{"description":"Total number of break through shots attempted","type":"integer","nullable":true,"format":"int32"},"breakThroughShotsPerMatch":{"description":"Average number of break through shots attempted per match","type":"number","nullable":true,"format":"float"},"breakThroughShotsBlocked":{"description":"Total number of shots blocked from a break through attack","type":"integer","nullable":true,"format":"int32"},"breakThroughShotsBlockedPerMatch":{"description":"Average number of shots blocked from a break through attack per match","type":"number","nullable":true,"format":"float"},"breakThroughShotsOnGoal":{"description":"Total number of break through shots on goal","type":"integer","nullable":true,"format":"int32"},"breakThroughShotsOnGoalPerMatch":{"description":"Average number of break through shots on goal per match","type":"number","nullable":true,"format":"float"},"cards":{"description":"Total number of cards","type":"integer","nullable":true,"format":"int32"},"cardsPerMatch":{"description":"Average number of cards per match","type":"number","nullable":true,"format":"float"},"distanceSpeedCategory1":{"description":"Distance distribution [m] of the player in the very low speed zone (<4 km/h)","type":"integer","nullable":true,"format":"int32"},"distanceSpeedCategory2":{"description":"Distance distribution [m] of the player in the low speed zone (4-10 km/h)","type":"integer","nullable":true,"format":"int32"},"distanceSpeedCategory3":{"description":"Distance distribution [m] of the player in the medium speed zone (10-16 km/h)","type":"integer","nullable":true,"format":"int32"},"distanceSpeedCategory4":{"description":"Distance distribution [m] of the player in the high speed zone (16-22 km/h)","type":"integer","nullable":true,"format":"int32"},"distanceSpeedCategory5":{"description":"Distance distribution [m] of the player in the very high speed zone (>22 km/h)","type":"integer","nullable":true,"format":"int32"},"distanceTotal":{"description":"Total distance [m] covered by the player","type":"number","nullable":true,"format":"float"},"draws":{"description":"The number of draws","type":"integer","nullable":true,"format":"int32"},"emptyNetGoalsScored":{"description":"Total number of goals scored in an empty net","type":"integer","nullable":true,"format":"int32"},"expectedGoals":{"description":"Expected goals","type":"number","nullable":true,"format":"float"},"expectedSaves":{"description":"Expected saves","type":"number","nullable":true,"format":"float"},"fastBreakGoalsScored":{"description":"Total number of goals scored from a fast break attack","type":"integer","nullable":true,"format":"int32"},"fastBreakGoalsScoredPerMatch":{"description":"Average number of goals scored from a fast break attack per match","type":"number","nullable":true,"format":"float"},"fastBreakMissedShots":{"description":"Total number of missed shots from a fast break attack","type":"integer","nullable":true,"format":"int32"},"fastBreakMissedShotsPerMatch":{"description":"Average number of missed shots from a fast break attack per match","type":"number","nullable":true,"format":"float"},"fastBreakPostHits":{"description":"Total number of post hits from a fast break attack","type":"integer","nullable":true,"format":"int32"},"fastBreakPostHitsPerMatch":{"description":"Average number of post hits from a fast break attack per match","type":"number","nullable":true,"format":"float"},"fastBreakShootingAccuracy":{"description":"Shot rate of shots on goal from a fast break attack","type":"number","format":"float"},"fastBreakShootingAccuracyPerMatch":{"description":"Shot rate of shots on goal from a fast break attack per match","type":"number","nullable":true,"format":"float"},"fastBreakShots":{"description":"Total number of fast break shots attempted","type":"integer","nullable":true,"format":"int32"},"fastBreakShotsPerMatch":{"description":"Average number of fast break shots attempted per match","type":"number","nullable":true,"format":"float"},"fastBreakShotsBlocked":{"description":"Total number of shots blocked from a fast break attack","type":"integer","nullable":true,"format":"int32"},"fastBreakShotsBlockedPerMatch":{"description":"Average number of shots blocked from a fast break attack per match","type":"number","nullable":true,"format":"float"},"fastBreakShotsOnGoal":{"description":"Total number of fast break shots on goal","type":"integer","nullable":true,"format":"int32"},"fastBreakShotsOnGoalPerMatch":{"description":"Average number of fast break shots on goal per match","type":"number","nullable":true,"format":"float"},"fieldGoalsScored":{"description":"Total number of goals scored from the field","type":"integer","nullable":true,"format":"int32"},"fieldGoalsScoredPerMatch":{"description":"Average number of field goals scored per match","type":"number","nullable":true,"format":"float"},"fieldMissedShots":{"description":"Total number of missed shots from the field","type":"integer","nullable":true,"format":"int32"},"fieldMissedShotsPerMatch":{"description":"Average number of missed shots from the field per match","type":"number","nullable":true,"format":"float"},"fieldPostHits":{"description":"Total number of post hits from the field","type":"integer","nullable":true,"format":"int32"},"fieldPostHitsPerMatch":{"description":"Average number of post hits from the field per match","type":"number","nullable":true,"format":"float"},"fieldShootingAccuracy":{"description":"Shot rate of shots on goal from the field","type":"number","format":"float"},"fieldShootingAccuracyPerMatch":{"description":"Shot rate of shots on goal from the field per match","type":"number","nullable":true,"format":"float"},"fieldShots":{"description":"Total number of field shots attempted","type":"integer","nullable":true,"format":"int32"},"fieldShotsPerMatch":{"description":"Average number of field shots attempted per match","type":"number","nullable":true,"format":"float"},"fieldShotsBlocked":{"description":"Total number of shots blocked from the field","type":"integer","nullable":true,"format":"int32"},"fieldShotsBlockedPerMatch":{"description":"Average number of shots blocked from the field per match","type":"number","nullable":true,"format":"float"},"fieldShotsOnGoal":{"description":"Total number of field shots on goal","type":"integer","nullable":true,"format":"int32"},"fieldShotsOnGoalPerMatch":{"description":"Average number of field shots on goal per match","type":"number","nullable":true,"format":"float"},"fouls":{"description":"Total number of fouls committed","type":"integer","nullable":true,"format":"int32"},"foulsPerMatch":{"description":"Average number of fouls committed per match","type":"number","nullable":true,"format":"float"},"foulsDrawn":{"description":"Total number of fouls drawn","type":"integer","nullable":true,"format":"int32"},"foulsDrawnPerMatch":{"description":"Average number of fouls drawn per match","type":"number","nullable":true,"format":"float"},"fourMinuteSuspensions":{"description":"Total number of four minute suspensions","type":"integer","nullable":true,"format":"int32"},"fourMinuteSuspensionsPerMatch":{"description":"Average number of four minute suspensions per match","type":"number","nullable":true,"format":"float"},"games":{"description":"The number of matches that they have participated in","type":"integer","nullable":true,"format":"int32"},"gamesStarted":{"description":"The number of matches that they were a starter","type":"integer","nullable":true,"format":"int32"},"goalKeeperBackCourtGoalsAgainst":{"description":"Total number of back court goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperBackCourtGoalsAgainstPerMatch":{"description":"Average number of back court goals conceded by the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperBackCourtSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from the back court position","type":"number","format":"float"},"goalKeeperBackCourtSaveAccuracyPerMatch":{"description":"Rate of balls saved by the goalkeeper from the back court position per match","type":"number","nullable":true,"format":"float"},"goalKeeperBackCourtShotsAgainst":{"description":"Total number of back court shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperBackCourtShotsAgainstPerMatch":{"description":"Average number of back court shots on goal against the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperBackCourtShotsSaved":{"description":"Total number of back court shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperBackCourtShotsSavedPerMatch":{"description":"Average number of back court shots saved by the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperBreakThroughGoalsAgainst":{"description":"Total number of break through goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperBreakThroughGoalsAgainstPerMatch":{"description":"Average number of break through goals conceded by the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperBreakThroughSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from a break through attack","type":"number","format":"float"},"goalKeeperBreakThroughSaveAccuracyPerMatch":{"description":"Rate of balls saved by the goalkeeper from a break through attack per match","type":"number","nullable":true,"format":"float"},"goalKeeperBreakThroughShotsAgainst":{"description":"Total number of break through shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperBreakThroughShotsAgainstPerMatch":{"description":"Average number of break through shots on goal against the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperBreakThroughShotsSaved":{"description":"Total number of break through shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperBreakThroughShotsSavedPerMatch":{"description":"Average number of break through shots saved by the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperFastBreakGoalsAgainst":{"description":"Total number of fast break goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperFastBreakGoalsAgainstPerMatch":{"description":"Average number of fast break goals conceded by the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperFastBreakSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from a fast break attack","type":"number","format":"float"},"goalKeeperFastBreakSaveAccuracyPerMatch":{"description":"Rate of balls saved by the goalkeeper from a fast break attack per match","type":"number","nullable":true,"format":"float"},"goalKeeperFastBreakShotsAgainst":{"description":"Total number of fast break shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperFastBreakShotsAgainstPerMatch":{"description":"Average number of fast break shots on goal against the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperFastBreakShotsSaved":{"description":"Total number of fast break shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperFastBreakShotsSavedPerMatch":{"description":"Average number of fast break shots saved by the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperFieldGoalsAgainst":{"description":"Total number of field goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperFieldGoalsAgainstPerMatch":{"description":"Average number of field goals conceded by the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperFieldSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper when shooting from the field","type":"number","format":"float"},"goalKeeperFieldSaveAccuracyPerMatch":{"description":"Rate of balls saved by the goalkeeper when shooting from the field","type":"number","nullable":true,"format":"float"},"goalKeeperFieldShotsAgainst":{"description":"Total number of field shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperFieldShotsAgainstPerMatch":{"description":"Average number of field shots on goal against the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperFieldShotsSaved":{"description":"Total number of field shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperFieldShotsSavedPerMatch":{"description":"Average number of field shots saved by the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperGoalsAgainst":{"description":"Total number of goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperGoalsAgainstPerMatch":{"description":"Average number of goals conceded by the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperNineMetreCentreGoalsAgainst":{"description":"Total number of nine metre centre goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperNineMetreCentreGoalsAgainstPerMatch":{"description":"Average number of nine metre centre goals conceded by the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperNineMetreCentreSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from the nine metre centre position","type":"number","format":"float"},"goalKeeperNineMetreCentreSaveAccuracyPerMatch":{"description":"Rate of balls saved by the goalkeeper from the nine metre centre position per match","type":"number","nullable":true,"format":"float"},"goalKeeperNineMetreCentreShotsAgainst":{"description":"Total number of nine metre centre shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperNineMetreCentreShotsAgainstPerMatch":{"description":"Average number of nine metre centre shots on goal against the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperNineMetreCentreShotsSaved":{"description":"Total number of nine metre centre shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperNineMetreCentreShotsSavedPerMatch":{"description":"Average number of nine metre centre shots saved by the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperNineMetreGoalsAgainst":{"description":"Total number of nine metre goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperNineMetreGoalsAgainstPerMatch":{"description":"Average number of nine metre goals conceded by the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperNineMetreLeftGoalsAgainst":{"description":"Total number of nine metre left goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperNineMetreLeftGoalsAgainstPerMatch":{"description":"Average number of nine metre left goals conceded by the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperNineMetreLeftSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from the nine metre left position","type":"number","format":"float"},"goalKeeperNineMetreLeftSaveAccuracyPerMatch":{"description":"Rate of balls saved by the goalkeeper from the nine metre left position per match","type":"number","nullable":true,"format":"float"},"goalKeeperNineMetreLeftShotsAgainst":{"description":"Total number of nine metre left shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperNineMetreLeftShotsAgainstPerMatch":{"description":"Average number of nine metre left shots on goal against the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperNineMetreLeftShotsSaved":{"description":"Total number of nine metre left shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperNineMetreLeftShotsSavedPerMatch":{"description":"Average number of nine metre left shots saved by the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperNineMetreRightGoalsAgainst":{"description":"Total number of nine metre right goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperNineMetreRightGoalsAgainstPerMatch":{"description":"Average number of nine metre right goals conceded by the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperNineMetreRightSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from the nine metre right position","type":"number","format":"float"},"goalKeeperNineMetreRightSaveAccuracyPerMatch":{"description":"Rate of balls saved by the goalkeeper from the nine metre right position per match","type":"number","nullable":true,"format":"float"},"goalKeeperNineMetreRightShotsAgainst":{"description":"Total number of nine metre right shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperNineMetreRightShotsAgainstPerMatch":{"description":"Average number of nine metre right shots on goal against the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperNineMetreRightShotsSaved":{"description":"Total number of nine metre right shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperNineMetreRightShotsSavedPerMatch":{"description":"Average number of nine metre right shots saved by the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperNineMetreSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from the nine metre position","type":"number","format":"float"},"goalKeeperNineMetreSaveAccuracyPerMatch":{"description":"Rate of balls saved by the goalkeeper from the nine metre position per match","type":"number","nullable":true,"format":"float"},"goalKeeperNineMetreShotsAgainst":{"description":"Total number of nine metre shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperNineMetreShotsAgainstPerMatch":{"description":"Average number of nine metre shots on goal against the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperNineMetreShotsSaved":{"description":"Total number of nine metre shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperNineMetreShotsSavedPerMatch":{"description":"Average number of nine metre shots saved by the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperPivotGoalsAgainst":{"description":"Total number of pivot goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperPivotGoalsAgainstPerMatch":{"description":"Average number of pivot goals conceded by the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperPivotSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from the pivot position","type":"number","format":"float"},"goalKeeperPivotSaveAccuracyPerMatch":{"description":"Rate of balls saved by the goalkeeper from the pivot position per match","type":"number","nullable":true,"format":"float"},"goalKeeperPivotShotsAgainst":{"description":"Total number of pivot shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperPivotShotsAgainstPerMatch":{"description":"Average number of pivot shots on goal against the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperPivotShotsSaved":{"description":"Total number of pivot shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperPivotShotsSavedPerMatch":{"description":"Average number of pivot shots saved by the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperSaveAccuracy":{"description":"Rate of all balls saved by the goalkeeper","type":"number","format":"float"},"goalKeeperSaveAccuracyPerMatch":{"description":"Rate of all balls saved by the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperSecondsPlayed":{"description":"Total number of seconds played by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSecondsPlayedPerMatch":{"description":"Average number of seconds played by the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperSevenMetreGoalsAgainst":{"description":"Total number of seven metre penalty goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSevenMetreGoalsAgainstPerMatch":{"description":"Average number of seven metre penalty goals conceded by the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperSevenMetreSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from the seven metre position","type":"number","format":"float"},"goalKeeperSevenMetreSaveAccuracyPerMatch":{"description":"Rate of balls saved by the goalkeeper from the seven metre position per match","type":"number","nullable":true,"format":"float"},"goalKeeperSevenMetreShotsAgainst":{"description":"Total number of seven metre penalty shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSevenMetreShotsAgainstPerMatch":{"description":"Average number of seven metre penalty shots on goal against the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperSevenMetreShotsSaved":{"description":"Total number of seven metre penalty shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSevenMetreShotsSavedPerMatch":{"description":"Average number of seven metre penalty shots saved by the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperShotsAgainst":{"description":"Total number of shots against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperShotsAgainstPerMatch":{"description":"Average number of shots against the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperShotsPerGoalsAgainst":{"description":"Ratio of shots against to goals against for a goalkeeper","type":"number","nullable":true,"format":"float"},"goalKeeperShotsSaved":{"description":"Total number of shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperShotsSavedPerMatch":{"description":"Average number of shots saved by the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperSixMetreCentreGoalsAgainst":{"description":"Total number of six metre centre goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSixMetreCentreGoalsAgainstPerMatch":{"description":"Average number of six metre centre goals conceded by the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperSixMetreCentreSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from the six metre centre position","type":"number","format":"float"},"goalKeeperSixMetreCentreSaveAccuracyPerMatch":{"description":"Rate of balls saved by the goalkeeper from the six metre centre position per match","type":"number","nullable":true,"format":"float"},"goalKeeperSixMetreCentreShotsAgainst":{"description":"Total number of six metre centre shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSixMetreCentreShotsAgainstPerMatch":{"description":"Average number of six metre centre shots on goal against the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperSixMetreCentreShotsSaved":{"description":"Total number of six metre centre shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSixMetreCentreShotsSavedPerMatch":{"description":"Average number of six metre centre shots saved by the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperSixMetreGoalsAgainst":{"description":"Total number of six metre goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSixMetreGoalsAgainstPerMatch":{"description":"Average number of six metre goals conceded by the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperSixMetreLeftGoalsAgainst":{"description":"Total number of six metre left goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSixMetreLeftGoalsAgainstPerMatch":{"description":"Average number of six metre left goals conceded by the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperSixMetreLeftSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from the six metre left position","type":"number","format":"float"},"goalKeeperSixMetreLeftSaveAccuracyPerMatch":{"description":"Rate of balls saved by the goalkeeper from the six metre left position per match","type":"number","nullable":true,"format":"float"},"goalKeeperSixMetreLeftShotsAgainst":{"description":"Total number of six metre left shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSixMetreLeftShotsAgainstPerMatch":{"description":"Average number of six metre left shots on goal against the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperSixMetreLeftShotsSaved":{"description":"Total number of six metre left shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSixMetreLeftShotsSavedPerMatch":{"description":"Average number of six metre left shots saved by the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperSixMetreRightGoalsAgainst":{"description":"Total number of six metre right goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSixMetreRightGoalsAgainstPerMatch":{"description":"Average number of six metre right goals conceded by the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperSixMetreRightSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from the six metre right position","type":"number","format":"float"},"goalKeeperSixMetreRightSaveAccuracyPerMatch":{"description":"Rate of balls saved by the goalkeeper from the six metre right position per match","type":"number","nullable":true,"format":"float"},"goalKeeperSixMetreRightShotsAgainst":{"description":"Total number of six metre right shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSixMetreRightShotsAgainstPerMatch":{"description":"Average number of six metre right shots on goal against the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperSixMetreRightShotsSaved":{"description":"Total number of six metre right shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSixMetreRightShotsSavedPerMatch":{"description":"Average number of six metre right shots saved by the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperSixMetreSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from the six metre position","type":"number","format":"float"},"goalKeeperSixMetreSaveAccuracyPerMatch":{"description":"Rate of balls saved by the goalkeeper from the six metre position per match","type":"number","nullable":true,"format":"float"},"goalKeeperSixMetreShotsAgainst":{"description":"Total number of six metre shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSixMetreShotsAgainstPerMatch":{"description":"Average number of six metre shots on goal against the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperSixMetreShotsSaved":{"description":"Total number of six metre shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSixMetreShotsSavedPerMatch":{"description":"Average number of six metre shots saved by the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperWingGoalsAgainst":{"description":"Total number of wing goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperWingGoalsAgainstPerMatch":{"description":"Average number of wing goals conceded by the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperWingLeftGoalsAgainst":{"description":"Total number of left wing goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperWingLeftGoalsAgainstPerMatch":{"description":"Average number of left wing goals conceded by the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperWingLeftSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from the wing left position","type":"number","format":"float"},"goalKeeperWingLeftSaveAccuracyPerMatch":{"description":"Rate of balls saved by the goalkeeper from the wing left position per match","type":"number","nullable":true,"format":"float"},"goalKeeperWingLeftShotsAgainst":{"description":"Total number of left wing shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperWingLeftShotsAgainstPerMatch":{"description":"Average number of left wing shots on goal against the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperWingLeftShotsSaved":{"description":"Total number of left wing shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperWingLeftShotsSavedPerMatch":{"description":"Average number of left wing shots saved by the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperWingRightGoalsAgainst":{"description":"Total number of right wing goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperWingRightGoalsAgainstPerMatch":{"description":"Average number of right wing goals conceded by the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperWingRightSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from the wing right position","type":"number","format":"float"},"goalKeeperWingRightSaveAccuracyPerMatch":{"description":"Rate of balls saved by the goalkeeper from the wing right position per match","type":"number","nullable":true,"format":"float"},"goalKeeperWingRightShotsAgainst":{"description":"Total number of right wing shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperWingRightShotsAgainstPerMatch":{"description":"Average number of right wing shots on goal against the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperWingRightShotsSaved":{"description":"Total number of right wing shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperWingRightShotsSavedPerMatch":{"description":"Average number of right wing shots saved by the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperWingSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from the wing position","type":"number","format":"float"},"goalKeeperWingSaveAccuracyPerMatch":{"description":"Rate of balls saved by the goalkeeper from the wing position per match","type":"number","nullable":true,"format":"float"},"goalKeeperWingShotsAgainst":{"description":"Total number of wing shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperWingShotsAgainstPerMatch":{"description":"Average number of wing shots on goal against the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperWingShotsSaved":{"description":"Total number of wing shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperWingShotsSavedPerMatch":{"description":"Average number of wing shots saved by the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalsScored":{"description":"Total number of goals scored","type":"integer","nullable":true,"format":"int32"},"goalsScoredPerMatch":{"description":"Average number of goals scored per match","type":"number","nullable":true,"format":"float"},"handballPerformanceIndex":{"description":"Handball Performance Index","type":"number","nullable":true,"format":"float"},"losses":{"description":"The number of losses","type":"integer","nullable":true,"format":"int32"},"matchesPlayed":{"description":"The number of matches that they have participated in","type":"integer","nullable":true,"format":"int32"},"minutes":{"description":"Time in play (in ISO8601 Duration format); only available for goalkeepers","anyOf":[{"type":"string","format":"duration"},{"type":"number","format":"float"}],"nullable":true},"minutesPerMatch":{"description":"Average time in play (in ISO8601 Duration format) per game; only for goalkeepers","anyOf":[{"type":"string","format":"duration"},{"type":"number","format":"float"}],"nullable":true},"missedShots":{"description":"Total number of missed shots","type":"integer","nullable":true,"format":"int32"},"missedShotsPerMatch":{"description":"Average number of missed shots per match","type":"number","nullable":true,"format":"float"},"nineMetreCentreGoalsScored":{"description":"Total number of goals scored from the nine metre centre position","type":"integer","nullable":true,"format":"int32"},"nineMetreCentreGoalsScoredPerMatch":{"description":"Average number of goals scored from the nine metre centre position per match","type":"number","nullable":true,"format":"float"},"nineMetreCentreMissedShots":{"description":"Total number of missed shots from the nine metre centre position","type":"integer","nullable":true,"format":"int32"},"nineMetreCentreMissedShotsPerMatch":{"description":"Average number of missed shots from the nine metre centre position per match","type":"number","nullable":true,"format":"float"},"nineMetreCentrePostHits":{"description":"Total number of post hits from the nine metre centre position","type":"integer","nullable":true,"format":"int32"},"nineMetreCentrePostHitsPerMatch":{"description":"Average number of post hits from the nine metre centre position per match","type":"number","nullable":true,"format":"float"},"nineMetreCentreShootingAccuracy":{"description":"Shot rate of shots on goal from the nine metre centre position","type":"number","format":"float"},"nineMetreCentreShootingAccuracyPerMatch":{"description":"Shot rate of shots on goal from the nine metre centre position per match","type":"number","nullable":true,"format":"float"},"nineMetreCentreShots":{"description":"Total number of nine metre centre shots","type":"integer","nullable":true,"format":"int32"},"nineMetreCentreShotsPerMatch":{"description":"Average number of nine metre centre shots per match","type":"number","nullable":true,"format":"float"},"nineMetreCentreShotsBlocked":{"description":"Total number of shots blocked from the nine metre centre position","type":"integer","nullable":true,"format":"int32"},"nineMetreCentreShotsBlockedPerMatch":{"description":"Average number of shots blocked from the nine metre centre position per match","type":"number","nullable":true,"format":"float"},"nineMetreCentreShotsOnGoal":{"description":"Total number of nine metre centre shots on goal","type":"integer","nullable":true,"format":"int32"},"nineMetreCentreShotsOnGoalPerMatch":{"description":"Average number of nine metre centre shots on goal per match","type":"number","nullable":true,"format":"float"},"nineMetreGoalsScored":{"description":"Total number of goals scored from the nine metre position","type":"integer","nullable":true,"format":"int32"},"nineMetreGoalsScoredPerMatch":{"description":"Average number of goals scored from the nine metre position per match","type":"number","nullable":true,"format":"float"},"nineMetreLeftGoalsScored":{"description":"Total number of goals scored from the nine metre left position","type":"integer","nullable":true,"format":"int32"},"nineMetreLeftGoalsScoredPerMatch":{"description":"Average number of goals scored from the nine metre left position per match","type":"number","nullable":true,"format":"float"},"nineMetreLeftMissedShots":{"description":"Total number of missed shots from the nine metre left position","type":"integer","nullable":true,"format":"int32"},"nineMetreLeftMissedShotsPerMatch":{"description":"Average number of missed shots from the nine metre left position per match","type":"number","nullable":true,"format":"float"},"nineMetreLeftPostHits":{"description":"Total number of post hits from the nine metre left position","type":"integer","nullable":true,"format":"int32"},"nineMetreLeftPostHitsPerMatch":{"description":"Average number of post hits from the nine metre left position per match","type":"number","nullable":true,"format":"float"},"nineMetreLeftShootingAccuracy":{"description":"Shot rate of shots on goal from the nine metre left position","type":"number","format":"float"},"nineMetreLeftShootingAccuracyPerMatch":{"description":"Shot rate of shots on goal from the nine metre left position per match","type":"number","nullable":true,"format":"float"},"nineMetreLeftShots":{"description":"Total number of nine metre left shots attempted","type":"integer","nullable":true,"format":"int32"},"nineMetreLeftShotsPerMatch":{"description":"Average number of nine metre left shots attempted per match","type":"number","nullable":true,"format":"float"},"nineMetreLeftShotsBlocked":{"description":"Total number of shots blocked from the nine metre left position","type":"integer","nullable":true,"format":"int32"},"nineMetreLeftShotsBlockedPerMatch":{"description":"Average number of shots blocked from the nine metre left position per match","type":"number","nullable":true,"format":"float"},"nineMetreLeftShotsOnGoal":{"description":"Total number of nine metre left shots on goal","type":"integer","nullable":true,"format":"int32"},"nineMetreLeftShotsOnGoalPerMatch":{"description":"Average number of nine metre left shots on goal per match","type":"number","nullable":true,"format":"float"},"nineMetreMissedShots":{"description":"Total number of missed shots from the nine metre position","type":"integer","nullable":true,"format":"int32"},"nineMetreMissedShotsPerMatch":{"description":"Average number of missed shots from the nine metre position per match","type":"number","nullable":true,"format":"float"},"nineMetrePostHits":{"description":"Total number of post hits from the nine metre position","type":"integer","nullable":true,"format":"int32"},"nineMetrePostHitsPerMatch":{"description":"Average number of post hits from the nine metre position per match","type":"number","nullable":true,"format":"float"},"nineMetreRightGoalsScored":{"description":"Total number of goals scored from the nine metre right position","type":"integer","nullable":true,"format":"int32"},"nineMetreRightGoalsScoredPerMatch":{"description":"Average number of goals scored from the nine metre right position per match","type":"number","nullable":true,"format":"float"},"nineMetreRightMissedShots":{"description":"Total number of missed shots from the nine metre right position","type":"integer","nullable":true,"format":"int32"},"nineMetreRightMissedShotsPerMatch":{"description":"Average number of missed shots from the nine metre right position per match","type":"number","nullable":true,"format":"float"},"nineMetreRightPostHits":{"description":"Total number of post hits from the nine metre right position","type":"integer","nullable":true,"format":"int32"},"nineMetreRightPostHitsPerMatch":{"description":"Average number of post hits from the nine metre right position per match","type":"number","nullable":true,"format":"float"},"nineMetreRightShootingAccuracy":{"description":"Shot rate of shots on goal from the nine metre right position","type":"number","format":"float"},"nineMetreRightShootingAccuracyPerMatch":{"description":"Shot rate of shots on goal from the nine metre right position per match","type":"number","nullable":true,"format":"float"},"nineMetreRightShots":{"description":"Total number of nine metre right shots attempted","type":"integer","nullable":true,"format":"int32"},"nineMetreRightShotsPerMatch":{"description":"Average number of nine metre right shots attempted per match","type":"number","nullable":true,"format":"float"},"nineMetreRightShotsBlocked":{"description":"Total number of shots blocked from the nine metre right position","type":"integer","nullable":true,"format":"int32"},"nineMetreRightShotsBlockedPerMatch":{"description":"Average number of shots blocked from the nine metre right position per match","type":"number","nullable":true,"format":"float"},"nineMetreRightShotsOnGoal":{"description":"Total number of nine metre right shots on goal","type":"integer","nullable":true,"format":"int32"},"nineMetreRightShotsOnGoalPerMatch":{"description":"Average number of nine metre right shots on goal per match","type":"number","nullable":true,"format":"float"},"nineMetreShootingAccuracy":{"description":"Shot rate of shots on goal from the nine metre position","type":"number","format":"float"},"nineMetreShootingAccuracyPerMatch":{"description":"Shot rate of shots on goal from the nine metre position per match","type":"number","nullable":true,"format":"float"},"nineMetreShots":{"description":"Total number of nine metre shots attempted","type":"integer","nullable":true,"format":"int32"},"nineMetreShotsPerMatch":{"description":"Average number of nine metre shots attempted per match","type":"number","nullable":true,"format":"float"},"nineMetreShotsBlocked":{"description":"Total number of shots blocked from the nine metre position","type":"integer","nullable":true,"format":"int32"},"nineMetreShotsBlockedPerMatch":{"description":"Average number of shots blocked from the nine metre position per match","type":"number","nullable":true,"format":"float"},"nineMetreShotsOnGoal":{"description":"Total number of nine metre shots on goal","type":"integer","nullable":true,"format":"int32"},"nineMetreShotsOnGoalPerMatch":{"description":"Average number of nine metre shots on goal per match","type":"number","nullable":true,"format":"float"},"passivePlay":{"description":"Total number of passive play","type":"integer","nullable":true,"format":"int32"},"pivotGoalsScored":{"description":"Total number of goals scored from the pivot position","type":"integer","nullable":true,"format":"int32"},"pivotGoalsScoredPerMatch":{"description":"Average number of goals scored from the pivot position per match","type":"number","nullable":true,"format":"float"},"pivotMissedShots":{"description":"Total number of missed shots from the pivot position","type":"integer","nullable":true,"format":"int32"},"pivotMissedShotsPerMatch":{"description":"Average number of missed shots from the pivot position per match","type":"number","nullable":true,"format":"float"},"pivotPostHits":{"description":"Total number of post hits from the pivot position","type":"integer","nullable":true,"format":"int32"},"pivotPostHitsPerMatch":{"description":"Average number of post hits from the pivot position per match","type":"number","nullable":true,"format":"float"},"pivotShootingAccuracy":{"description":"Shot rate of shots on goal from the pivot position","type":"number","format":"float"},"pivotShootingAccuracyPerMatch":{"description":"Shot rate of shots on goal from the pivot position per match","type":"number","nullable":true,"format":"float"},"pivotShots":{"description":"Total number of pivot shots attempted","type":"integer","nullable":true,"format":"int32"},"pivotShotsPerMatch":{"description":"Average number of pivot shots attempted per match","type":"number","nullable":true,"format":"float"},"pivotShotsBlocked":{"description":"Total number of shots blocked from the pivot position","type":"integer","nullable":true,"format":"int32"},"pivotShotsBlockedPerMatch":{"description":"Average number of shots blocked from the pivot position per match","type":"number","nullable":true,"format":"float"},"pivotShotsOnGoal":{"description":"Total number of pivot shots on goal","type":"integer","nullable":true,"format":"int32"},"pivotShotsOnGoalPerMatch":{"description":"Average number of pivot shots on goal per match","type":"number","nullable":true,"format":"float"},"postHits":{"description":"Total number of post hits","type":"integer","nullable":true,"format":"int32"},"postHitsPerMatch":{"description":"Average number of post hits per match","type":"number","nullable":true,"format":"float"},"redCards":{"description":"Total number of red cards","type":"integer","nullable":true,"format":"int32"},"redCardsPerMatch":{"description":"Average number of red cards per match","type":"number","nullable":true,"format":"float"},"sevenMetreGoalsScored":{"description":"Total number of goals scored from the seven metre penalties","type":"integer","nullable":true,"format":"int32"},"sevenMetreGoalsScoredPerMatch":{"description":"Average number of goals scored from the seven metre penalties per match","type":"number","nullable":true,"format":"float"},"sevenMetreMissedShots":{"description":"Total number of missed shots from the seven metre penalties","type":"integer","nullable":true,"format":"int32"},"sevenMetreMissedShotsPerMatch":{"description":"Average number of missed shots from the seven metre penalties per match","type":"number","nullable":true,"format":"float"},"sevenMetrePenaltiesAwarded":{"description":"Total number of seven metre penalties awarded","type":"integer","nullable":true,"format":"int32"},"sevenMetrePenaltiesAwardedPerMatch":{"description":"Average number of seven metre penalties awarded per match","type":"number","nullable":true,"format":"float"},"sevenMetrePenaltiesCaused":{"description":"Total number of seven metre penalties caused","type":"integer","nullable":true,"format":"int32"},"sevenMetrePenaltiesCausedPerMatch":{"description":"Average number of seven metre penalties caused per match","type":"number","nullable":true,"format":"float"},"sevenMetrePenaltyFouls":{"description":"Total number of seven metre penalty fouls","type":"integer","nullable":true,"format":"int32"},"sevenMetrePenaltyFoulsPerMatch":{"description":"Average number of seven metre penalty fouls per match","type":"number","nullable":true,"format":"float"},"sevenMetrePostHits":{"description":"Total number of post hits from the seven metre penalties","type":"integer","nullable":true,"format":"int32"},"sevenMetrePostHitsPerMatch":{"description":"Average number of post hits from the seven metre penalties per match","type":"number","nullable":true,"format":"float"},"sevenMetreShootingAccuracy":{"description":"Shot rate of shots on goal from seven metre penalties","type":"number","format":"float"},"sevenMetreShootingAccuracyPerMatch":{"description":"Shot rate of shots on goal from seven metre penalties per match","type":"number","nullable":true,"format":"float"},"sevenMetreShots":{"description":"Total number of seven metre penalty shots attempted","type":"integer","nullable":true,"format":"int32"},"sevenMetreShotsPerMatch":{"description":"Average number of seven metre penalty shots attempted per match","type":"number","nullable":true,"format":"float"},"sevenMetreShotsBlocked":{"description":"Total number of shots blocked from the seven metre penalties","type":"integer","nullable":true,"format":"int32"},"sevenMetreShotsBlockedPerMatch":{"description":"Average number of shots blocked from the seven metre penalties per match","type":"number","nullable":true,"format":"float"},"sevenMetreShotsOnGoal":{"description":"Total number of seven metre penalty shots on goal","type":"integer","nullable":true,"format":"int32"},"sevenMetreShotsOnGoalPerMatch":{"description":"Average number of seven metre penalty shots on goal per match","type":"number","nullable":true,"format":"float"},"shootingAccuracy":{"description":"Shot rate for all shots on goal","type":"number","format":"float"},"shootingAccuracyPerMatch":{"description":"Shot rate for all shots on goal per match","type":"number","nullable":true,"format":"float"},"shootOuts":{"description":"Total number of shoot outs","type":"integer","nullable":true,"format":"int32"},"shootOutsPerMatch":{"description":"Average number of shoot outs per match","type":"number","nullable":true,"format":"float"},"shootOutsMade":{"description":"Total number of goals scored from shoot out shots","type":"integer","nullable":true,"format":"int32"},"shootOutsMadePerMatch":{"description":"Average number of shoot outs made per match","type":"number","nullable":true,"format":"float"},"shootOutsMissed":{"description":"Total number of shoot out shots missed","type":"integer","nullable":true,"format":"int32"},"shootOutsMissedPerMatch":{"description":"Average number of shoot outs missed per match","type":"number","nullable":true,"format":"float"},"shootOutsSaved":{"description":"Total number of shoot out shots saved","type":"integer","nullable":true,"format":"int32"},"shootOutsSavedPerMatch":{"description":"Average number of shoot outs saved per match","type":"number","nullable":true,"format":"float"},"shots":{"description":"Total number of shots. This is made up of all shots, including shot that are blocked, saved, lead to a goal, missed, hit the bar or post.","type":"integer","nullable":true,"format":"int32"},"shotsPerMatch":{"description":"Average number of shots per match","type":"number","nullable":true,"format":"float"},"shotsBlocked":{"description":"Total number of shots blocked","type":"integer","nullable":true,"format":"int32"},"shotsBlockedPerMatch":{"description":"Average number of shots blocked per match","type":"number","nullable":true,"format":"float"},"shotsOnGoal":{"description":"Total number of shots on target. This is made up of shots that lead to goals or a save from the Goalie.","type":"integer","nullable":true,"format":"int32"},"shotsOnGoalPerMatch":{"description":"Average number of shots on goal per match","type":"number","nullable":true,"format":"float"},"shotsSavedByGoalKeeper":{"description":"The number of shots taken by a player that were saved by the opposition goalkeeper","type":"integer","nullable":true,"format":"int32"},"shotsSavedByGoalKeeperPerMatch":{"description":"Average number of shots taken by a player that were saved by the opposition goalkeeper per match","type":"number","nullable":true,"format":"float"},"sixMetreCentreGoalsScored":{"description":"Total number of goals scored from the six metre centre position","type":"integer","nullable":true,"format":"int32"},"sixMetreCentreGoalsScoredPerMatch":{"description":"Average number of goals scored from the six metre centre position per match","type":"number","nullable":true,"format":"float"},"sixMetreCentreMissedShots":{"description":"Total number of missed shots from the six metre centre position","type":"integer","nullable":true,"format":"int32"},"sixMetreCentreMissedShotsPerMatch":{"description":"Average number of missed shots from the six metre centre position per match","type":"number","nullable":true,"format":"float"},"sixMetreCentrePostHits":{"description":"Total number of post hits from the six metre centre position","type":"integer","nullable":true,"format":"int32"},"sixMetreCentrePostHitsPerMatch":{"description":"Average number of post hits from the six metre centre position per match","type":"number","nullable":true,"format":"float"},"sixMetreCentreShootingAccuracy":{"description":"Shot rate of shots on goal from the six metre centre position","type":"number","format":"float"},"sixMetreCentreShootingAccuracyPerMatch":{"description":"Shot rate of shots on goal from the six metre centre position per match","type":"number","nullable":true,"format":"float"},"sixMetreCentreShots":{"description":"Total number of six metre centre shots","type":"integer","nullable":true,"format":"int32"},"sixMetreCentreShotsPerMatch":{"description":"Average number of six metre centre shots per match","type":"number","nullable":true,"format":"float"},"sixMetreCentreShotsBlocked":{"description":"Total number of shots blocked from the six metre centre position","type":"integer","nullable":true,"format":"int32"},"sixMetreCentreShotsBlockedPerMatch":{"description":"Average number of shots blocked from the six metre centre position per match","type":"number","nullable":true,"format":"float"},"sixMetreCentreShotsOnGoal":{"description":"Total number of six metre centre shots on goal","type":"integer","nullable":true,"format":"int32"},"sixMetreCentreShotsOnGoalPerMatch":{"description":"Average number of six metre centre shots on goal per match","type":"number","nullable":true,"format":"float"},"sixMetreGoalsScored":{"description":"Total number of goals scored from the six metre position","type":"integer","nullable":true,"format":"int32"},"sixMetreGoalsScoredPerMatch":{"description":"Average number of goals scored from the six metre position per match","type":"number","nullable":true,"format":"float"},"sixMetreLeftGoalsScored":{"description":"Total number of goals scored from the six metre left position","type":"integer","nullable":true,"format":"int32"},"sixMetreLeftGoalsScoredPerMatch":{"description":"Average number of goals scored from the six metre left position per match","type":"number","nullable":true,"format":"float"},"sixMetreLeftMissedShots":{"description":"Total number of missed shots from the six metre left position","type":"integer","nullable":true,"format":"int32"},"sixMetreLeftMissedShotsPerMatch":{"description":"Average number of missed shots from the six metre left position per match","type":"number","nullable":true,"format":"float"},"sixMetreLeftPostHits":{"description":"Total number of post hits from the six metre left position","type":"integer","nullable":true,"format":"int32"},"sixMetreLeftPostHitsPerMatch":{"description":"Average number of post hits from the six metre left position per match","type":"number","nullable":true,"format":"float"},"sixMetreLeftShootingAccuracy":{"description":"Shot rate of shots on goal from the six metre left position","type":"number","format":"float"},"sixMetreLeftShootingAccuracyPerMatch":{"description":"Shot rate of shots on goal from the six metre left position per match","type":"number","nullable":true,"format":"float"},"sixMetreLeftShots":{"description":"Total number of six metre left shots attempted","type":"integer","nullable":true,"format":"int32"},"sixMetreLeftShotsPerMatch":{"description":"Average number of six metre left shots attempted per match","type":"number","nullable":true,"format":"float"},"sixMetreLeftShotsBlocked":{"description":"Total number of shots blocked from the six metre left position","type":"integer","nullable":true,"format":"int32"},"sixMetreLeftShotsBlockedPerMatch":{"description":"Average number of shots blocked from the six metre left position per match","type":"number","nullable":true,"format":"float"},"sixMetreLeftShotsOnGoal":{"description":"Total number of six metre left shots on goal","type":"integer","nullable":true,"format":"int32"},"sixMetreLeftShotsOnGoalPerMatch":{"description":"Average number of six metre left shots on goal per match","type":"number","nullable":true,"format":"float"},"sixMetreMissedShots":{"description":"Total number of missed shots from the six metre position","type":"integer","nullable":true,"format":"int32"},"sixMetreMissedShotsPerMatch":{"description":"Average number of missed shots from the six metre position per match","type":"number","nullable":true,"format":"float"},"sixMetrePostHits":{"description":"Total number of post hits from the six metre position","type":"integer","nullable":true,"format":"int32"},"sixMetrePostHitsPerMatch":{"description":"Average number of post hits from the six metre position per match","type":"number","nullable":true,"format":"float"},"sixMetreRightGoalsScored":{"description":"Total number of goals scored from the six metre right position","type":"integer","nullable":true,"format":"int32"},"sixMetreRightGoalsScoredPerMatch":{"description":"Average number of goals scored from the six metre right position per match","type":"number","nullable":true,"format":"float"},"sixMetreRightMissedShots":{"description":"Total number of missed shots from the six metre right position","type":"integer","nullable":true,"format":"int32"},"sixMetreRightMissedShotsPerMatch":{"description":"Average number of missed shots from the six metre right position per match","type":"number","nullable":true,"format":"float"},"sixMetreRightPostHits":{"description":"Total number of post hits from the six metre right position","type":"integer","nullable":true,"format":"int32"},"sixMetreRightPostHitsPerMatch":{"description":"Average number of post hits from the six metre right position per match","type":"number","nullable":true,"format":"float"},"sixMetreRightShootingAccuracy":{"description":"Shot rate of shots on goal from the six metre right position","type":"number","format":"float"},"sixMetreRightShootingAccuracyPerMatch":{"description":"Shot rate of shots on goal from the six metre right position per match","type":"number","nullable":true,"format":"float"},"sixMetreRightShots":{"description":"Total number of six metre right shots attempted","type":"integer","nullable":true,"format":"int32"},"sixMetreRightShotsPerMatch":{"description":"Average number of six metre right shots attempted per match","type":"number","nullable":true,"format":"float"},"sixMetreRightShotsBlocked":{"description":"Total number of shots blocked from the six metre right position","type":"integer","nullable":true,"format":"int32"},"sixMetreRightShotsBlockedPerMatch":{"description":"Average number of shots blocked from the six metre right position per match","type":"number","nullable":true,"format":"float"},"sixMetreRightShotsOnGoal":{"description":"Total number of six metre right shots on goal","type":"integer","nullable":true,"format":"int32"},"sixMetreRightShotsOnGoalPerMatch":{"description":"Average number of six metre right shots on goal per match","type":"number","nullable":true,"format":"float"},"sixMetreShootingAccuracy":{"description":"Shot rate of shots on goal from the six metre position","type":"number","format":"float"},"sixMetreShootingAccuracyPerMatch":{"description":"Shot rate of shots on goal from the six metre position per match","type":"number","nullable":true,"format":"float"},"sixMetreShots":{"description":"Total number of six metre shots attempted","type":"integer","nullable":true,"format":"int32"},"sixMetreShotsPerMatch":{"description":"Average number of six metre shots attempted per match","type":"number","nullable":true,"format":"float"},"sixMetreShotsBlocked":{"description":"Total number of shots blocked from the six metre position","type":"integer","nullable":true,"format":"int32"},"sixMetreShotsBlockedPerMatch":{"description":"Average number of shots blocked from the six metre position per match","type":"number","nullable":true,"format":"float"},"sixMetreShotsOnGoal":{"description":"Total number of six metre shots on goal","type":"integer","nullable":true,"format":"int32"},"sixMetreShotsOnGoalPerMatch":{"description":"Average number of six metre shots on goal per match","type":"number","nullable":true,"format":"float"},"speedDistancePerTime":{"description":"Distance covered by the player on specific speed per minute","type":"number","nullable":true,"format":"float"},"speedMax":{"description":"Maximum speed [m/s] of the player during the session","type":"number","nullable":true,"format":"float"},"steals":{"description":"Total number of stolen balls by the player","type":"integer","nullable":true,"format":"int32"},"stealsPerMatch":{"description":"Average number of stolen balls by the player per match","type":"number","nullable":true,"format":"float"},"stopFouls":{"description":"Total number of stop fouls","type":"integer","nullable":true,"format":"int32"},"stopFoulsPerMatch":{"description":"Average number of stop fouls committed per match","type":"number","nullable":true,"format":"float"},"stopFoulsDrawn":{"description":"Total number of stop fouls drawn","type":"integer","nullable":true,"format":"int32"},"stopFoulsDrawnPerMatch":{"description":"Average number of stop fouls drawn per match","type":"number","nullable":true,"format":"float"},"substitutions":{"description":"Total number of substitutions","type":"integer","nullable":true,"format":"int32"},"substitutionsPerMatch":{"description":"Average number of substitutions per match","type":"number","nullable":true,"format":"float"},"suspensions":{"description":"Total number of suspensions","type":"integer","nullable":true,"format":"int32"},"suspensionsPerMatch":{"description":"Average number of suspensions per match","type":"number","nullable":true,"format":"float"},"technicalBallFaults":{"description":"Total number of technical ball errors","type":"integer","nullable":true,"format":"int32"},"technicalBallFaultsPerMatch":{"description":"Average number of technical ball errors per match","type":"number","nullable":true,"format":"float"},"technicalFaults":{"description":"Total number of technical errors","type":"integer","nullable":true,"format":"int32"},"technicalFaultsPerMatch":{"description":"Average number of technical errors per match","type":"number","nullable":true,"format":"float"},"technicalRuleFaults":{"description":"Total number of technical rule errors","type":"integer","nullable":true,"format":"int32"},"technicalRuleFaultsPerMatch":{"description":"Average number of technical rule errors per match","type":"number","nullable":true,"format":"float"},"timeOnPlayingField":{"description":"Time in minutes (in ISO8601 Duration format) that each player spent on the playing field during the game","anyOf":[{"type":"string","format":"duration"},{"type":"number","format":"float"}],"nullable":true},"timeBallPossession":{"description":"Accumulated time in minutes (in ISO8601 Duration format) in which the player had the possession of the ball","anyOf":[{"type":"string","format":"duration"},{"type":"number","format":"float"}],"nullable":true},"timePlayed":{"description":"Total number of minutes the played","type":"integer","nullable":true,"format":"int32"},"timePlayedPerMatch":{"description":"Average number of minutes the played per match","type":"number","nullable":true,"format":"float"},"turnovers":{"description":"Total number of turnovers","type":"integer","nullable":true,"format":"int32"},"turnoversPerMatch":{"description":"Average number of turnovers per match","type":"number","nullable":true,"format":"float"},"twoMinuteSuspensions":{"description":"Total number of two minute suspensions","type":"integer","nullable":true,"format":"int32"},"twoMinuteSuspensionsPerMatch":{"description":"Average number of two minute suspensions per match","type":"number","nullable":true,"format":"float"},"wingGoalsScored":{"description":"Total number of goals scored from the wing position","type":"integer","nullable":true,"format":"int32"},"wingGoalsScoredPerMatch":{"description":"Average number of goals scored from the wing position per match","type":"number","nullable":true,"format":"float"},"wingLeftGoalsScored":{"description":"Total number of goals scored from the left wing position","type":"integer","nullable":true,"format":"int32"},"wingLeftGoalsScoredPerMatch":{"description":"Average number of goals scored from the left wing position per match","type":"number","nullable":true,"format":"float"},"wingLeftMissedShots":{"description":"Total number of missed shots from the left wing position","type":"integer","nullable":true,"format":"int32"},"wingLeftMissedShotsPerMatch":{"description":"Average number of missed shots from the left wing position per match","type":"number","nullable":true,"format":"float"},"wingLeftPostHits":{"description":"Total number of post hits from the left wing position","type":"integer","nullable":true,"format":"int32"},"wingLeftPostHitsPerMatch":{"description":"Average number of post hits from the left wing position per match","type":"number","nullable":true,"format":"float"},"wingLeftShootingAccuracy":{"description":"Shot rate of shots on goal from the left wing position","type":"number","format":"float"},"wingLeftShootingAccuracyPerMatch":{"description":"Shot rate of shots on goal from the left wing position per match","type":"number","nullable":true,"format":"float"},"wingLeftShots":{"description":"Total number of wing left shots attempted","type":"integer","nullable":true,"format":"int32"},"wingLeftShotsPerMatch":{"description":"Average number of wing left shots attempted per match","type":"number","nullable":true,"format":"float"},"wingLeftShotsBlocked":{"description":"Total number of shots blocked from the left wing position","type":"integer","nullable":true,"format":"int32"},"wingLeftShotsBlockedPerMatch":{"description":"Average number of shots blocked from the left wing position per match","type":"number","nullable":true,"format":"float"},"wingLeftShotsOnGoal":{"description":"Total number of left wing shots on goal","type":"integer","nullable":true,"format":"int32"},"wingLeftShotsOnGoalPerMatch":{"description":"Average number of left wing shots on goal per match","type":"number","nullable":true,"format":"float"},"wingMissedShots":{"description":"Total number of missed shots from the wing position","type":"integer","nullable":true,"format":"int32"},"wingMissedShotsPerMatch":{"description":"Average number of missed shots from the wing position per match","type":"number","nullable":true,"format":"float"},"wingPostHits":{"description":"Total number of post hits from the wing position","type":"integer","nullable":true,"format":"int32"},"wingPostHitsPerMatch":{"description":"Average number of post hits from the wing position per match","type":"number","nullable":true,"format":"float"},"wingRightGoalsScored":{"description":"Total number of goals scored from the right wing position","type":"integer","nullable":true,"format":"int32"},"wingRightGoalsScoredPerMatch":{"description":"Average number of goals scored from the right wing position per match","type":"number","nullable":true,"format":"float"},"wingRightMissedShots":{"description":"Total number of missed shots from the right wing position","type":"integer","nullable":true,"format":"int32"},"wingRightMissedShotsPerMatch":{"description":"Average number of missed shots from the right wing position per match","type":"number","nullable":true,"format":"float"},"wingRightPostHits":{"description":"Total number of post hits from the right wing position","type":"integer","nullable":true,"format":"int32"},"wingRightPostHitsPerMatch":{"description":"Average number of post hits from the right wing position per match","type":"number","nullable":true,"format":"float"},"wingRightShootingAccuracy":{"description":"Shot rate of shots on goal from the right wing position","type":"number","format":"float"},"wingRightShootingAccuracyPerMatch":{"description":"Shot rate of shots on goal from the right wing position per match","type":"number","nullable":true,"format":"float"},"wingRightShots":{"description":"Total number of wing right shots attempted","type":"integer","nullable":true,"format":"int32"},"wingRightShotsPerMatch":{"description":"Average number of wing right shots attempted per match","type":"number","nullable":true,"format":"float"},"wingRightShotsBlocked":{"description":"Total number of shots blocked from the right wing position","type":"integer","nullable":true,"format":"int32"},"wingRightShotsBlockedPerMatch":{"description":"Average number of shots blocked from the right wing position per match","type":"number","nullable":true,"format":"float"},"wingRightShotsOnGoal":{"description":"Total number of right wing shots on goal","type":"integer","nullable":true,"format":"int32"},"wingRightShotsOnGoalPerMatch":{"description":"Average number of right wing shots on goal per match","type":"number","nullable":true,"format":"float"},"wingShootingAccuracy":{"description":"Shot rate of all shots on goal from the wing position","type":"number","format":"float"},"wingShootingAccuracyPerMatch":{"description":"Shot rate of all shots on goal from the wing position per match","type":"number","nullable":true,"format":"float"},"wingShots":{"description":"Total number of wing shots attempted","type":"integer","nullable":true,"format":"int32"},"wingShotsPerMatch":{"description":"Average number of wing shots attempted per match","type":"number","nullable":true,"format":"float"},"wingShotsBlocked":{"description":"Total number of shots blocked from the wing position","type":"integer","nullable":true,"format":"int32"},"wingShotsBlockedPerMatch":{"description":"Average number of shots blocked from the wing position per match","type":"number","nullable":true,"format":"float"},"wingShotsOnGoal":{"description":"Total number of wing shots on goal","type":"integer","nullable":true,"format":"int32"},"wingShotsOnGoalPerMatch":{"description":"Average number of wing shots on goal per match","type":"number","nullable":true,"format":"float"},"wins":{"description":"The number of wins","type":"integer","nullable":true,"format":"int32"},"yellowCards":{"description":"Total number of yellow cards","type":"integer","nullable":true,"format":"int32"},"yellowCardsPerMatch":{"description":"Average number of yellow cards per match","type":"number","nullable":true,"format":"float"}}}},"title":"competition person statistics model"},"ErrorModel":{"type":"object","properties":{"code":{"type":"integer","description":"HTTP Error code indicating the type of error.  If there are multiple errors, then this will be the code of the first one.","format":"int32"},"message":{"type":"string","description":"A message indicating the reason for the error. If there are multiple errors, then this is the message for the first one."},"errors":{"type":"array","items":{"$ref":"#/components/schemas/ErrorListModel"}}}},"ErrorListModel":{"type":"object","properties":{"code":{"type":"integer","description":"HTTP Error code indicating the type of error.","format":"int32"},"reason":{"enum":["INVALID_DATA","NOT_FOUND","NOT_AUTHORISED","ERROR","DELETE_ERROR"],"description":"A short code indicating the type of error"},"message":{"type":"string","description":"A message indicating the reason for the error"},"rowNumber":{"type":"integer","description":"The row number of the payload that cause the error","format":"int32"}}}},"responses":{"ErrorResponse":{"description":"Error","content":{"application/json":{"schema":{"type":"object","properties":{"meta":{"$ref":"#/components/schemas/ResponseMetaData"},"error":{"$ref":"#/components/schemas/ErrorModel"}}}}}}},"parameters":{"external":{"name":"external","description":"A comma separated list of fields that will instead be interpreted as an externalId. See [External Ids](#section/Introduction/External-Ids) for more information.","schema":{"type":"string"},"required":false,"in":"query"},"fields":{"name":"fields","description":"A comma separated list of fields to display.  The response will only display these fields. See [Partial Response](#section/Partial-Response) section for more information.","schema":{"type":"string"},"required":false,"in":"query"},"hideNull":{"name":"hideNull","description":"Don't display data fields with null values or empty structures","schema":{"type":"boolean"},"required":false,"in":"query"},"include":{"name":"include","description":"A comma separated list of resource types to include. See [Resource Inclusion](#section/Introduction/Resource-Inclusion) for more information.","schema":{"type":"string"},"required":false,"in":"query"}}},"paths":{"/handball/o/{organizationId}/statistics/leaders/in/competitions/{competitionId}/build":{"post":{"tags":["Competition Leaders"],"summary":"Build competition person leaders side table","description":"Build pre-aggregated competition person leaders for a competition.","operationId":"cl_build","responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","title":"Competition_Person_Statistics Response","properties":{"meta":{"$ref":"#/components/schemas/ResponseMetaData"},"links":{"$ref":"#/components/schemas/ResponseLinks"},"included":{"$ref":"#/components/schemas/IncludedData"},"data":{"type":"array","description":"","items":{"$ref":"#/components/schemas/Competition_Person_StatisticsModel"}}}}}}},"default":{"$ref":"#/components/responses/ErrorResponse"}},"parameters":[{"name":"competitionId","description":"The unique identifier of the competition","schema":{"type":"string","format":"uuid"},"required":true,"in":"path"},{"$ref":"#/components/parameters/external"},{"$ref":"#/components/parameters/fields"},{"$ref":"#/components/parameters/hideNull"},{"$ref":"#/components/parameters/include"},{"name":"organizationId","description":"The unique identifier of the organization","schema":{"type":"string","minLength":5,"maxLength":5},"required":true,"in":"path"}]}}}}
```

## Build all competition person leaders (org)

> Build pre-aggregated competition person leaders for all competitions in an organization.

```json
{"openapi":"3.0.0","info":{"title":"DataCore API  - Handball","version":"v1"},"tags":[{"name":"Competition Leaders","description":"Competition statistical leaders are a list of persons for a statistic ranked from highest to lowest across an entire competition (multi-season). Each season's own qualification rules are applied to that season's data before aggregating and ranking across seasons."}],"servers":[{"url":"https://api.dc.connect.sportradar.com/v1","description":"Production server"},{"url":"https://api.dc.stg.connect-nonprod.sportradar.dev/v1","description":"NonProduction/Staging server"}],"security":[{"OAuth2":["write:organization"]}],"components":{"securitySchemes":{"OAuth2":{"type":"oauth2","flows":{"clientCredentials":{"tokenUrl":"/oauth/token","scopes":{"orgId":"Authenticate based on a specific OrganizationId","read:orggroup":"Read data over multiple organizations using and *orggroup* code","write:organization":"Write/Update any data from below the organization","read:organization":"Read any data from the organization down","write:admin":"Perform administration API calls","write:admin_organization":"Ability to manage organizations","write:system":"Perform system configuration API calls"}}},"description":"You can create a JSON Web Token (JWT) using the [token](http://developer.connect.sportradar.com/token/#operation/getToken) API call. Each token is given a set of scopes/permissions. Each endpoint has a scope/permission that it requires to run.  If your token does not possess the correct scope then you will be unable to make the API call."}},"schemas":{"ResponseMetaData":{"type":"object","properties":{"version":{"type":"integer","description":"The version of the API in use for this call"},"codeVersion":{"type":"string","description":"A string indicating the version of the code that handled this request"},"code":{"type":"integer","description":"The HTTP response code for this request"},"time":{"type":"string","format":"date-time","description":"The date/time this request was made (in UTC)."},"fromCache":{"type":"boolean","description":"Was this request served directly from the cache?"},"count":{"type":"integer","description":"The number of records being returned"},"limit":{"type":"integer","description":"The record limit in place for this request"},"offset":{"type":"integer","description":"The record offset in place for this request"},"generationTime":{"type":"number","format":"float","description":"The number of seconds taken to generate this request."}}},"ResponseLinks":{"type":"object","properties":{"self":{"type":"string","format":"uri","description":"The URI referencing this request."},"next":{"type":"string","format":"uri","description":"The URI referencing the 'next' page, if more data is available."},"previous":{"type":"string","format":"uri","description":"The URI referencing the 'previous' page, if the request is not on the first page."}}},"IncludedData":{"type":"object","description":"Available if the request used the 'include' parameter.  It contains extra data about resources found in the data block.","properties":{"resources":{"type":"object","additionalProperties":{"description":"The type of resource","type":"object","enum":["league","organisation","persons"],"additionalProperties":{"type":"object","format":"uuid","description":"The id of the resource","additionalProperties":{"description":"The model for the resource as defined by the type and id"}}}}}},"Competition_Person_StatisticsModel":{"type":"object","additionalProperties":false,"properties":{"personId":{"description":"The unique identifier of the person","type":"string","format":"uuid"},"person":{"properties":{"resourceType":{"type":"string","enum":["persons"]},"id":{"description":"Unique identifier for this resource","type":"string"}},"description":"The person information","type":"object"},"organizationId":{"description":"The unique identifier of the organization","type":"string","readOnly":true},"organization":{"properties":{"resourceType":{"type":"string","enum":["organizations"]},"id":{"description":"Unique identifier for this resource","type":"string"}},"description":"The organization that this competition person statistics belongs to","type":"object"},"competitionId":{"description":"The unique identifier of the competition","type":"string","format":"uuid"},"competition":{"properties":{"resourceType":{"type":"string","enum":["competitions"]},"id":{"description":"Unique identifier for this resource","type":"string"}},"description":"The competition that this season belongs to","type":"object"},"statistics":{"type":"object","additionalProperties":false,"properties":{"airtimeMax":{"description":"Time in minutes (in ISO8601 Duration format) a player was in the air (due to jumping)","anyOf":[{"type":"string","format":"duration"},{"type":"number","format":"float"}],"nullable":true},"assists":{"description":"Total number of assists","type":"integer","nullable":true,"format":"int32"},"assistsPerMatch":{"description":"Average number of assists per match","type":"number","nullable":true,"format":"float"},"backCourtGoalsScored":{"description":"Total number of goals scored from a back court position","type":"integer","nullable":true,"format":"int32"},"backCourtGoalsScoredPerMatch":{"description":"Average number of goals scored from a back court position per match","type":"number","nullable":true,"format":"float"},"backCourtMissedShots":{"description":"Total number of missed shots from a back court position","type":"integer","nullable":true,"format":"int32"},"backCourtMissedShotsPerMatch":{"description":"Average number of missed shots from a back court position per match","type":"number","nullable":true,"format":"float"},"backCourtPostHits":{"description":"Total number of post hits from a back court position","type":"integer","nullable":true,"format":"int32"},"backCourtPostHitsPerMatch":{"description":"Average number of post hits from a back court position per match","type":"number","nullable":true,"format":"float"},"backCourtShootingAccuracy":{"description":"Shot rate of shots on goal from the back court position","type":"number","format":"float"},"backCourtShootingAccuracyPerMatch":{"description":"Shot rate of shots on goal from the back court position per match","type":"number","nullable":true,"format":"float"},"backCourtShots":{"description":"Total number of back court shots attempted","type":"integer","nullable":true,"format":"int32"},"backCourtShotsPerMatch":{"description":"Average number of back court shots attempted per match","type":"number","nullable":true,"format":"float"},"backCourtShotsBlocked":{"description":"Total number of shots blocked from a back court position","type":"integer","nullable":true,"format":"int32"},"backCourtShotsBlockedPerMatch":{"description":"Average number of shots blocked from a back court position per match","type":"number","nullable":true,"format":"float"},"backCourtShotsOnGoal":{"description":"Total number of back court shots on goal","type":"integer","nullable":true,"format":"int32"},"backCourtShotsOnGoalPerMatch":{"description":"Average number of back court shots on goal per match","type":"number","nullable":true,"format":"float"},"blocks":{"description":"Total number of blocks","type":"integer","nullable":true,"format":"int32"},"blocksPerMatch":{"description":"Average number of blocks per match","type":"number","nullable":true,"format":"float"},"blueCards":{"description":"Total number of blue cards","type":"integer","nullable":true,"format":"int32"},"blueCardsPerMatch":{"description":"Average number of blue cards per match","type":"number","nullable":true,"format":"float"},"breakThroughGoalsScored":{"description":"Total number of goals scored from a break through attack","type":"integer","nullable":true,"format":"int32"},"breakThroughGoalsScoredPerMatch":{"description":"Average number of goals scored from a break through attack per match","type":"number","nullable":true,"format":"float"},"breakThroughMissedShots":{"description":"Total number of missed shots from a break through attack","type":"integer","nullable":true,"format":"int32"},"breakThroughMissedShotsPerMatch":{"description":"Average number of missed shots from a break through attack per match","type":"number","nullable":true,"format":"float"},"breakThroughPostHits":{"description":"Total number of post hits from a break through attack","type":"integer","nullable":true,"format":"int32"},"breakThroughPostHitsPerMatch":{"description":"Average number of post hits from a break through attack per match","type":"number","nullable":true,"format":"float"},"breakThroughShootingAccuracy":{"description":"Shot rate shots on goal from a break through attack","type":"number","format":"float"},"breakThroughShootingAccuracyPerMatch":{"description":"Shot rate shots on goal from a break through attack per match","type":"number","nullable":true,"format":"float"},"breakThroughShots":{"description":"Total number of break through shots attempted","type":"integer","nullable":true,"format":"int32"},"breakThroughShotsPerMatch":{"description":"Average number of break through shots attempted per match","type":"number","nullable":true,"format":"float"},"breakThroughShotsBlocked":{"description":"Total number of shots blocked from a break through attack","type":"integer","nullable":true,"format":"int32"},"breakThroughShotsBlockedPerMatch":{"description":"Average number of shots blocked from a break through attack per match","type":"number","nullable":true,"format":"float"},"breakThroughShotsOnGoal":{"description":"Total number of break through shots on goal","type":"integer","nullable":true,"format":"int32"},"breakThroughShotsOnGoalPerMatch":{"description":"Average number of break through shots on goal per match","type":"number","nullable":true,"format":"float"},"cards":{"description":"Total number of cards","type":"integer","nullable":true,"format":"int32"},"cardsPerMatch":{"description":"Average number of cards per match","type":"number","nullable":true,"format":"float"},"distanceSpeedCategory1":{"description":"Distance distribution [m] of the player in the very low speed zone (<4 km/h)","type":"integer","nullable":true,"format":"int32"},"distanceSpeedCategory2":{"description":"Distance distribution [m] of the player in the low speed zone (4-10 km/h)","type":"integer","nullable":true,"format":"int32"},"distanceSpeedCategory3":{"description":"Distance distribution [m] of the player in the medium speed zone (10-16 km/h)","type":"integer","nullable":true,"format":"int32"},"distanceSpeedCategory4":{"description":"Distance distribution [m] of the player in the high speed zone (16-22 km/h)","type":"integer","nullable":true,"format":"int32"},"distanceSpeedCategory5":{"description":"Distance distribution [m] of the player in the very high speed zone (>22 km/h)","type":"integer","nullable":true,"format":"int32"},"distanceTotal":{"description":"Total distance [m] covered by the player","type":"number","nullable":true,"format":"float"},"draws":{"description":"The number of draws","type":"integer","nullable":true,"format":"int32"},"emptyNetGoalsScored":{"description":"Total number of goals scored in an empty net","type":"integer","nullable":true,"format":"int32"},"expectedGoals":{"description":"Expected goals","type":"number","nullable":true,"format":"float"},"expectedSaves":{"description":"Expected saves","type":"number","nullable":true,"format":"float"},"fastBreakGoalsScored":{"description":"Total number of goals scored from a fast break attack","type":"integer","nullable":true,"format":"int32"},"fastBreakGoalsScoredPerMatch":{"description":"Average number of goals scored from a fast break attack per match","type":"number","nullable":true,"format":"float"},"fastBreakMissedShots":{"description":"Total number of missed shots from a fast break attack","type":"integer","nullable":true,"format":"int32"},"fastBreakMissedShotsPerMatch":{"description":"Average number of missed shots from a fast break attack per match","type":"number","nullable":true,"format":"float"},"fastBreakPostHits":{"description":"Total number of post hits from a fast break attack","type":"integer","nullable":true,"format":"int32"},"fastBreakPostHitsPerMatch":{"description":"Average number of post hits from a fast break attack per match","type":"number","nullable":true,"format":"float"},"fastBreakShootingAccuracy":{"description":"Shot rate of shots on goal from a fast break attack","type":"number","format":"float"},"fastBreakShootingAccuracyPerMatch":{"description":"Shot rate of shots on goal from a fast break attack per match","type":"number","nullable":true,"format":"float"},"fastBreakShots":{"description":"Total number of fast break shots attempted","type":"integer","nullable":true,"format":"int32"},"fastBreakShotsPerMatch":{"description":"Average number of fast break shots attempted per match","type":"number","nullable":true,"format":"float"},"fastBreakShotsBlocked":{"description":"Total number of shots blocked from a fast break attack","type":"integer","nullable":true,"format":"int32"},"fastBreakShotsBlockedPerMatch":{"description":"Average number of shots blocked from a fast break attack per match","type":"number","nullable":true,"format":"float"},"fastBreakShotsOnGoal":{"description":"Total number of fast break shots on goal","type":"integer","nullable":true,"format":"int32"},"fastBreakShotsOnGoalPerMatch":{"description":"Average number of fast break shots on goal per match","type":"number","nullable":true,"format":"float"},"fieldGoalsScored":{"description":"Total number of goals scored from the field","type":"integer","nullable":true,"format":"int32"},"fieldGoalsScoredPerMatch":{"description":"Average number of field goals scored per match","type":"number","nullable":true,"format":"float"},"fieldMissedShots":{"description":"Total number of missed shots from the field","type":"integer","nullable":true,"format":"int32"},"fieldMissedShotsPerMatch":{"description":"Average number of missed shots from the field per match","type":"number","nullable":true,"format":"float"},"fieldPostHits":{"description":"Total number of post hits from the field","type":"integer","nullable":true,"format":"int32"},"fieldPostHitsPerMatch":{"description":"Average number of post hits from the field per match","type":"number","nullable":true,"format":"float"},"fieldShootingAccuracy":{"description":"Shot rate of shots on goal from the field","type":"number","format":"float"},"fieldShootingAccuracyPerMatch":{"description":"Shot rate of shots on goal from the field per match","type":"number","nullable":true,"format":"float"},"fieldShots":{"description":"Total number of field shots attempted","type":"integer","nullable":true,"format":"int32"},"fieldShotsPerMatch":{"description":"Average number of field shots attempted per match","type":"number","nullable":true,"format":"float"},"fieldShotsBlocked":{"description":"Total number of shots blocked from the field","type":"integer","nullable":true,"format":"int32"},"fieldShotsBlockedPerMatch":{"description":"Average number of shots blocked from the field per match","type":"number","nullable":true,"format":"float"},"fieldShotsOnGoal":{"description":"Total number of field shots on goal","type":"integer","nullable":true,"format":"int32"},"fieldShotsOnGoalPerMatch":{"description":"Average number of field shots on goal per match","type":"number","nullable":true,"format":"float"},"fouls":{"description":"Total number of fouls committed","type":"integer","nullable":true,"format":"int32"},"foulsPerMatch":{"description":"Average number of fouls committed per match","type":"number","nullable":true,"format":"float"},"foulsDrawn":{"description":"Total number of fouls drawn","type":"integer","nullable":true,"format":"int32"},"foulsDrawnPerMatch":{"description":"Average number of fouls drawn per match","type":"number","nullable":true,"format":"float"},"fourMinuteSuspensions":{"description":"Total number of four minute suspensions","type":"integer","nullable":true,"format":"int32"},"fourMinuteSuspensionsPerMatch":{"description":"Average number of four minute suspensions per match","type":"number","nullable":true,"format":"float"},"games":{"description":"The number of matches that they have participated in","type":"integer","nullable":true,"format":"int32"},"gamesStarted":{"description":"The number of matches that they were a starter","type":"integer","nullable":true,"format":"int32"},"goalKeeperBackCourtGoalsAgainst":{"description":"Total number of back court goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperBackCourtGoalsAgainstPerMatch":{"description":"Average number of back court goals conceded by the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperBackCourtSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from the back court position","type":"number","format":"float"},"goalKeeperBackCourtSaveAccuracyPerMatch":{"description":"Rate of balls saved by the goalkeeper from the back court position per match","type":"number","nullable":true,"format":"float"},"goalKeeperBackCourtShotsAgainst":{"description":"Total number of back court shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperBackCourtShotsAgainstPerMatch":{"description":"Average number of back court shots on goal against the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperBackCourtShotsSaved":{"description":"Total number of back court shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperBackCourtShotsSavedPerMatch":{"description":"Average number of back court shots saved by the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperBreakThroughGoalsAgainst":{"description":"Total number of break through goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperBreakThroughGoalsAgainstPerMatch":{"description":"Average number of break through goals conceded by the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperBreakThroughSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from a break through attack","type":"number","format":"float"},"goalKeeperBreakThroughSaveAccuracyPerMatch":{"description":"Rate of balls saved by the goalkeeper from a break through attack per match","type":"number","nullable":true,"format":"float"},"goalKeeperBreakThroughShotsAgainst":{"description":"Total number of break through shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperBreakThroughShotsAgainstPerMatch":{"description":"Average number of break through shots on goal against the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperBreakThroughShotsSaved":{"description":"Total number of break through shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperBreakThroughShotsSavedPerMatch":{"description":"Average number of break through shots saved by the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperFastBreakGoalsAgainst":{"description":"Total number of fast break goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperFastBreakGoalsAgainstPerMatch":{"description":"Average number of fast break goals conceded by the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperFastBreakSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from a fast break attack","type":"number","format":"float"},"goalKeeperFastBreakSaveAccuracyPerMatch":{"description":"Rate of balls saved by the goalkeeper from a fast break attack per match","type":"number","nullable":true,"format":"float"},"goalKeeperFastBreakShotsAgainst":{"description":"Total number of fast break shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperFastBreakShotsAgainstPerMatch":{"description":"Average number of fast break shots on goal against the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperFastBreakShotsSaved":{"description":"Total number of fast break shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperFastBreakShotsSavedPerMatch":{"description":"Average number of fast break shots saved by the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperFieldGoalsAgainst":{"description":"Total number of field goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperFieldGoalsAgainstPerMatch":{"description":"Average number of field goals conceded by the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperFieldSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper when shooting from the field","type":"number","format":"float"},"goalKeeperFieldSaveAccuracyPerMatch":{"description":"Rate of balls saved by the goalkeeper when shooting from the field","type":"number","nullable":true,"format":"float"},"goalKeeperFieldShotsAgainst":{"description":"Total number of field shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperFieldShotsAgainstPerMatch":{"description":"Average number of field shots on goal against the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperFieldShotsSaved":{"description":"Total number of field shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperFieldShotsSavedPerMatch":{"description":"Average number of field shots saved by the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperGoalsAgainst":{"description":"Total number of goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperGoalsAgainstPerMatch":{"description":"Average number of goals conceded by the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperNineMetreCentreGoalsAgainst":{"description":"Total number of nine metre centre goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperNineMetreCentreGoalsAgainstPerMatch":{"description":"Average number of nine metre centre goals conceded by the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperNineMetreCentreSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from the nine metre centre position","type":"number","format":"float"},"goalKeeperNineMetreCentreSaveAccuracyPerMatch":{"description":"Rate of balls saved by the goalkeeper from the nine metre centre position per match","type":"number","nullable":true,"format":"float"},"goalKeeperNineMetreCentreShotsAgainst":{"description":"Total number of nine metre centre shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperNineMetreCentreShotsAgainstPerMatch":{"description":"Average number of nine metre centre shots on goal against the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperNineMetreCentreShotsSaved":{"description":"Total number of nine metre centre shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperNineMetreCentreShotsSavedPerMatch":{"description":"Average number of nine metre centre shots saved by the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperNineMetreGoalsAgainst":{"description":"Total number of nine metre goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperNineMetreGoalsAgainstPerMatch":{"description":"Average number of nine metre goals conceded by the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperNineMetreLeftGoalsAgainst":{"description":"Total number of nine metre left goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperNineMetreLeftGoalsAgainstPerMatch":{"description":"Average number of nine metre left goals conceded by the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperNineMetreLeftSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from the nine metre left position","type":"number","format":"float"},"goalKeeperNineMetreLeftSaveAccuracyPerMatch":{"description":"Rate of balls saved by the goalkeeper from the nine metre left position per match","type":"number","nullable":true,"format":"float"},"goalKeeperNineMetreLeftShotsAgainst":{"description":"Total number of nine metre left shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperNineMetreLeftShotsAgainstPerMatch":{"description":"Average number of nine metre left shots on goal against the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperNineMetreLeftShotsSaved":{"description":"Total number of nine metre left shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperNineMetreLeftShotsSavedPerMatch":{"description":"Average number of nine metre left shots saved by the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperNineMetreRightGoalsAgainst":{"description":"Total number of nine metre right goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperNineMetreRightGoalsAgainstPerMatch":{"description":"Average number of nine metre right goals conceded by the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperNineMetreRightSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from the nine metre right position","type":"number","format":"float"},"goalKeeperNineMetreRightSaveAccuracyPerMatch":{"description":"Rate of balls saved by the goalkeeper from the nine metre right position per match","type":"number","nullable":true,"format":"float"},"goalKeeperNineMetreRightShotsAgainst":{"description":"Total number of nine metre right shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperNineMetreRightShotsAgainstPerMatch":{"description":"Average number of nine metre right shots on goal against the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperNineMetreRightShotsSaved":{"description":"Total number of nine metre right shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperNineMetreRightShotsSavedPerMatch":{"description":"Average number of nine metre right shots saved by the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperNineMetreSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from the nine metre position","type":"number","format":"float"},"goalKeeperNineMetreSaveAccuracyPerMatch":{"description":"Rate of balls saved by the goalkeeper from the nine metre position per match","type":"number","nullable":true,"format":"float"},"goalKeeperNineMetreShotsAgainst":{"description":"Total number of nine metre shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperNineMetreShotsAgainstPerMatch":{"description":"Average number of nine metre shots on goal against the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperNineMetreShotsSaved":{"description":"Total number of nine metre shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperNineMetreShotsSavedPerMatch":{"description":"Average number of nine metre shots saved by the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperPivotGoalsAgainst":{"description":"Total number of pivot goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperPivotGoalsAgainstPerMatch":{"description":"Average number of pivot goals conceded by the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperPivotSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from the pivot position","type":"number","format":"float"},"goalKeeperPivotSaveAccuracyPerMatch":{"description":"Rate of balls saved by the goalkeeper from the pivot position per match","type":"number","nullable":true,"format":"float"},"goalKeeperPivotShotsAgainst":{"description":"Total number of pivot shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperPivotShotsAgainstPerMatch":{"description":"Average number of pivot shots on goal against the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperPivotShotsSaved":{"description":"Total number of pivot shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperPivotShotsSavedPerMatch":{"description":"Average number of pivot shots saved by the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperSaveAccuracy":{"description":"Rate of all balls saved by the goalkeeper","type":"number","format":"float"},"goalKeeperSaveAccuracyPerMatch":{"description":"Rate of all balls saved by the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperSecondsPlayed":{"description":"Total number of seconds played by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSecondsPlayedPerMatch":{"description":"Average number of seconds played by the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperSevenMetreGoalsAgainst":{"description":"Total number of seven metre penalty goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSevenMetreGoalsAgainstPerMatch":{"description":"Average number of seven metre penalty goals conceded by the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperSevenMetreSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from the seven metre position","type":"number","format":"float"},"goalKeeperSevenMetreSaveAccuracyPerMatch":{"description":"Rate of balls saved by the goalkeeper from the seven metre position per match","type":"number","nullable":true,"format":"float"},"goalKeeperSevenMetreShotsAgainst":{"description":"Total number of seven metre penalty shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSevenMetreShotsAgainstPerMatch":{"description":"Average number of seven metre penalty shots on goal against the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperSevenMetreShotsSaved":{"description":"Total number of seven metre penalty shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSevenMetreShotsSavedPerMatch":{"description":"Average number of seven metre penalty shots saved by the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperShotsAgainst":{"description":"Total number of shots against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperShotsAgainstPerMatch":{"description":"Average number of shots against the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperShotsPerGoalsAgainst":{"description":"Ratio of shots against to goals against for a goalkeeper","type":"number","nullable":true,"format":"float"},"goalKeeperShotsSaved":{"description":"Total number of shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperShotsSavedPerMatch":{"description":"Average number of shots saved by the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperSixMetreCentreGoalsAgainst":{"description":"Total number of six metre centre goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSixMetreCentreGoalsAgainstPerMatch":{"description":"Average number of six metre centre goals conceded by the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperSixMetreCentreSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from the six metre centre position","type":"number","format":"float"},"goalKeeperSixMetreCentreSaveAccuracyPerMatch":{"description":"Rate of balls saved by the goalkeeper from the six metre centre position per match","type":"number","nullable":true,"format":"float"},"goalKeeperSixMetreCentreShotsAgainst":{"description":"Total number of six metre centre shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSixMetreCentreShotsAgainstPerMatch":{"description":"Average number of six metre centre shots on goal against the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperSixMetreCentreShotsSaved":{"description":"Total number of six metre centre shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSixMetreCentreShotsSavedPerMatch":{"description":"Average number of six metre centre shots saved by the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperSixMetreGoalsAgainst":{"description":"Total number of six metre goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSixMetreGoalsAgainstPerMatch":{"description":"Average number of six metre goals conceded by the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperSixMetreLeftGoalsAgainst":{"description":"Total number of six metre left goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSixMetreLeftGoalsAgainstPerMatch":{"description":"Average number of six metre left goals conceded by the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperSixMetreLeftSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from the six metre left position","type":"number","format":"float"},"goalKeeperSixMetreLeftSaveAccuracyPerMatch":{"description":"Rate of balls saved by the goalkeeper from the six metre left position per match","type":"number","nullable":true,"format":"float"},"goalKeeperSixMetreLeftShotsAgainst":{"description":"Total number of six metre left shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSixMetreLeftShotsAgainstPerMatch":{"description":"Average number of six metre left shots on goal against the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperSixMetreLeftShotsSaved":{"description":"Total number of six metre left shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSixMetreLeftShotsSavedPerMatch":{"description":"Average number of six metre left shots saved by the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperSixMetreRightGoalsAgainst":{"description":"Total number of six metre right goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSixMetreRightGoalsAgainstPerMatch":{"description":"Average number of six metre right goals conceded by the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperSixMetreRightSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from the six metre right position","type":"number","format":"float"},"goalKeeperSixMetreRightSaveAccuracyPerMatch":{"description":"Rate of balls saved by the goalkeeper from the six metre right position per match","type":"number","nullable":true,"format":"float"},"goalKeeperSixMetreRightShotsAgainst":{"description":"Total number of six metre right shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSixMetreRightShotsAgainstPerMatch":{"description":"Average number of six metre right shots on goal against the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperSixMetreRightShotsSaved":{"description":"Total number of six metre right shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSixMetreRightShotsSavedPerMatch":{"description":"Average number of six metre right shots saved by the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperSixMetreSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from the six metre position","type":"number","format":"float"},"goalKeeperSixMetreSaveAccuracyPerMatch":{"description":"Rate of balls saved by the goalkeeper from the six metre position per match","type":"number","nullable":true,"format":"float"},"goalKeeperSixMetreShotsAgainst":{"description":"Total number of six metre shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSixMetreShotsAgainstPerMatch":{"description":"Average number of six metre shots on goal against the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperSixMetreShotsSaved":{"description":"Total number of six metre shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSixMetreShotsSavedPerMatch":{"description":"Average number of six metre shots saved by the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperWingGoalsAgainst":{"description":"Total number of wing goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperWingGoalsAgainstPerMatch":{"description":"Average number of wing goals conceded by the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperWingLeftGoalsAgainst":{"description":"Total number of left wing goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperWingLeftGoalsAgainstPerMatch":{"description":"Average number of left wing goals conceded by the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperWingLeftSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from the wing left position","type":"number","format":"float"},"goalKeeperWingLeftSaveAccuracyPerMatch":{"description":"Rate of balls saved by the goalkeeper from the wing left position per match","type":"number","nullable":true,"format":"float"},"goalKeeperWingLeftShotsAgainst":{"description":"Total number of left wing shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperWingLeftShotsAgainstPerMatch":{"description":"Average number of left wing shots on goal against the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperWingLeftShotsSaved":{"description":"Total number of left wing shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperWingLeftShotsSavedPerMatch":{"description":"Average number of left wing shots saved by the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperWingRightGoalsAgainst":{"description":"Total number of right wing goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperWingRightGoalsAgainstPerMatch":{"description":"Average number of right wing goals conceded by the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperWingRightSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from the wing right position","type":"number","format":"float"},"goalKeeperWingRightSaveAccuracyPerMatch":{"description":"Rate of balls saved by the goalkeeper from the wing right position per match","type":"number","nullable":true,"format":"float"},"goalKeeperWingRightShotsAgainst":{"description":"Total number of right wing shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperWingRightShotsAgainstPerMatch":{"description":"Average number of right wing shots on goal against the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperWingRightShotsSaved":{"description":"Total number of right wing shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperWingRightShotsSavedPerMatch":{"description":"Average number of right wing shots saved by the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperWingSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from the wing position","type":"number","format":"float"},"goalKeeperWingSaveAccuracyPerMatch":{"description":"Rate of balls saved by the goalkeeper from the wing position per match","type":"number","nullable":true,"format":"float"},"goalKeeperWingShotsAgainst":{"description":"Total number of wing shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperWingShotsAgainstPerMatch":{"description":"Average number of wing shots on goal against the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperWingShotsSaved":{"description":"Total number of wing shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperWingShotsSavedPerMatch":{"description":"Average number of wing shots saved by the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalsScored":{"description":"Total number of goals scored","type":"integer","nullable":true,"format":"int32"},"goalsScoredPerMatch":{"description":"Average number of goals scored per match","type":"number","nullable":true,"format":"float"},"handballPerformanceIndex":{"description":"Handball Performance Index","type":"number","nullable":true,"format":"float"},"losses":{"description":"The number of losses","type":"integer","nullable":true,"format":"int32"},"matchesPlayed":{"description":"The number of matches that they have participated in","type":"integer","nullable":true,"format":"int32"},"minutes":{"description":"Time in play (in ISO8601 Duration format); only available for goalkeepers","anyOf":[{"type":"string","format":"duration"},{"type":"number","format":"float"}],"nullable":true},"minutesPerMatch":{"description":"Average time in play (in ISO8601 Duration format) per game; only for goalkeepers","anyOf":[{"type":"string","format":"duration"},{"type":"number","format":"float"}],"nullable":true},"missedShots":{"description":"Total number of missed shots","type":"integer","nullable":true,"format":"int32"},"missedShotsPerMatch":{"description":"Average number of missed shots per match","type":"number","nullable":true,"format":"float"},"nineMetreCentreGoalsScored":{"description":"Total number of goals scored from the nine metre centre position","type":"integer","nullable":true,"format":"int32"},"nineMetreCentreGoalsScoredPerMatch":{"description":"Average number of goals scored from the nine metre centre position per match","type":"number","nullable":true,"format":"float"},"nineMetreCentreMissedShots":{"description":"Total number of missed shots from the nine metre centre position","type":"integer","nullable":true,"format":"int32"},"nineMetreCentreMissedShotsPerMatch":{"description":"Average number of missed shots from the nine metre centre position per match","type":"number","nullable":true,"format":"float"},"nineMetreCentrePostHits":{"description":"Total number of post hits from the nine metre centre position","type":"integer","nullable":true,"format":"int32"},"nineMetreCentrePostHitsPerMatch":{"description":"Average number of post hits from the nine metre centre position per match","type":"number","nullable":true,"format":"float"},"nineMetreCentreShootingAccuracy":{"description":"Shot rate of shots on goal from the nine metre centre position","type":"number","format":"float"},"nineMetreCentreShootingAccuracyPerMatch":{"description":"Shot rate of shots on goal from the nine metre centre position per match","type":"number","nullable":true,"format":"float"},"nineMetreCentreShots":{"description":"Total number of nine metre centre shots","type":"integer","nullable":true,"format":"int32"},"nineMetreCentreShotsPerMatch":{"description":"Average number of nine metre centre shots per match","type":"number","nullable":true,"format":"float"},"nineMetreCentreShotsBlocked":{"description":"Total number of shots blocked from the nine metre centre position","type":"integer","nullable":true,"format":"int32"},"nineMetreCentreShotsBlockedPerMatch":{"description":"Average number of shots blocked from the nine metre centre position per match","type":"number","nullable":true,"format":"float"},"nineMetreCentreShotsOnGoal":{"description":"Total number of nine metre centre shots on goal","type":"integer","nullable":true,"format":"int32"},"nineMetreCentreShotsOnGoalPerMatch":{"description":"Average number of nine metre centre shots on goal per match","type":"number","nullable":true,"format":"float"},"nineMetreGoalsScored":{"description":"Total number of goals scored from the nine metre position","type":"integer","nullable":true,"format":"int32"},"nineMetreGoalsScoredPerMatch":{"description":"Average number of goals scored from the nine metre position per match","type":"number","nullable":true,"format":"float"},"nineMetreLeftGoalsScored":{"description":"Total number of goals scored from the nine metre left position","type":"integer","nullable":true,"format":"int32"},"nineMetreLeftGoalsScoredPerMatch":{"description":"Average number of goals scored from the nine metre left position per match","type":"number","nullable":true,"format":"float"},"nineMetreLeftMissedShots":{"description":"Total number of missed shots from the nine metre left position","type":"integer","nullable":true,"format":"int32"},"nineMetreLeftMissedShotsPerMatch":{"description":"Average number of missed shots from the nine metre left position per match","type":"number","nullable":true,"format":"float"},"nineMetreLeftPostHits":{"description":"Total number of post hits from the nine metre left position","type":"integer","nullable":true,"format":"int32"},"nineMetreLeftPostHitsPerMatch":{"description":"Average number of post hits from the nine metre left position per match","type":"number","nullable":true,"format":"float"},"nineMetreLeftShootingAccuracy":{"description":"Shot rate of shots on goal from the nine metre left position","type":"number","format":"float"},"nineMetreLeftShootingAccuracyPerMatch":{"description":"Shot rate of shots on goal from the nine metre left position per match","type":"number","nullable":true,"format":"float"},"nineMetreLeftShots":{"description":"Total number of nine metre left shots attempted","type":"integer","nullable":true,"format":"int32"},"nineMetreLeftShotsPerMatch":{"description":"Average number of nine metre left shots attempted per match","type":"number","nullable":true,"format":"float"},"nineMetreLeftShotsBlocked":{"description":"Total number of shots blocked from the nine metre left position","type":"integer","nullable":true,"format":"int32"},"nineMetreLeftShotsBlockedPerMatch":{"description":"Average number of shots blocked from the nine metre left position per match","type":"number","nullable":true,"format":"float"},"nineMetreLeftShotsOnGoal":{"description":"Total number of nine metre left shots on goal","type":"integer","nullable":true,"format":"int32"},"nineMetreLeftShotsOnGoalPerMatch":{"description":"Average number of nine metre left shots on goal per match","type":"number","nullable":true,"format":"float"},"nineMetreMissedShots":{"description":"Total number of missed shots from the nine metre position","type":"integer","nullable":true,"format":"int32"},"nineMetreMissedShotsPerMatch":{"description":"Average number of missed shots from the nine metre position per match","type":"number","nullable":true,"format":"float"},"nineMetrePostHits":{"description":"Total number of post hits from the nine metre position","type":"integer","nullable":true,"format":"int32"},"nineMetrePostHitsPerMatch":{"description":"Average number of post hits from the nine metre position per match","type":"number","nullable":true,"format":"float"},"nineMetreRightGoalsScored":{"description":"Total number of goals scored from the nine metre right position","type":"integer","nullable":true,"format":"int32"},"nineMetreRightGoalsScoredPerMatch":{"description":"Average number of goals scored from the nine metre right position per match","type":"number","nullable":true,"format":"float"},"nineMetreRightMissedShots":{"description":"Total number of missed shots from the nine metre right position","type":"integer","nullable":true,"format":"int32"},"nineMetreRightMissedShotsPerMatch":{"description":"Average number of missed shots from the nine metre right position per match","type":"number","nullable":true,"format":"float"},"nineMetreRightPostHits":{"description":"Total number of post hits from the nine metre right position","type":"integer","nullable":true,"format":"int32"},"nineMetreRightPostHitsPerMatch":{"description":"Average number of post hits from the nine metre right position per match","type":"number","nullable":true,"format":"float"},"nineMetreRightShootingAccuracy":{"description":"Shot rate of shots on goal from the nine metre right position","type":"number","format":"float"},"nineMetreRightShootingAccuracyPerMatch":{"description":"Shot rate of shots on goal from the nine metre right position per match","type":"number","nullable":true,"format":"float"},"nineMetreRightShots":{"description":"Total number of nine metre right shots attempted","type":"integer","nullable":true,"format":"int32"},"nineMetreRightShotsPerMatch":{"description":"Average number of nine metre right shots attempted per match","type":"number","nullable":true,"format":"float"},"nineMetreRightShotsBlocked":{"description":"Total number of shots blocked from the nine metre right position","type":"integer","nullable":true,"format":"int32"},"nineMetreRightShotsBlockedPerMatch":{"description":"Average number of shots blocked from the nine metre right position per match","type":"number","nullable":true,"format":"float"},"nineMetreRightShotsOnGoal":{"description":"Total number of nine metre right shots on goal","type":"integer","nullable":true,"format":"int32"},"nineMetreRightShotsOnGoalPerMatch":{"description":"Average number of nine metre right shots on goal per match","type":"number","nullable":true,"format":"float"},"nineMetreShootingAccuracy":{"description":"Shot rate of shots on goal from the nine metre position","type":"number","format":"float"},"nineMetreShootingAccuracyPerMatch":{"description":"Shot rate of shots on goal from the nine metre position per match","type":"number","nullable":true,"format":"float"},"nineMetreShots":{"description":"Total number of nine metre shots attempted","type":"integer","nullable":true,"format":"int32"},"nineMetreShotsPerMatch":{"description":"Average number of nine metre shots attempted per match","type":"number","nullable":true,"format":"float"},"nineMetreShotsBlocked":{"description":"Total number of shots blocked from the nine metre position","type":"integer","nullable":true,"format":"int32"},"nineMetreShotsBlockedPerMatch":{"description":"Average number of shots blocked from the nine metre position per match","type":"number","nullable":true,"format":"float"},"nineMetreShotsOnGoal":{"description":"Total number of nine metre shots on goal","type":"integer","nullable":true,"format":"int32"},"nineMetreShotsOnGoalPerMatch":{"description":"Average number of nine metre shots on goal per match","type":"number","nullable":true,"format":"float"},"passivePlay":{"description":"Total number of passive play","type":"integer","nullable":true,"format":"int32"},"pivotGoalsScored":{"description":"Total number of goals scored from the pivot position","type":"integer","nullable":true,"format":"int32"},"pivotGoalsScoredPerMatch":{"description":"Average number of goals scored from the pivot position per match","type":"number","nullable":true,"format":"float"},"pivotMissedShots":{"description":"Total number of missed shots from the pivot position","type":"integer","nullable":true,"format":"int32"},"pivotMissedShotsPerMatch":{"description":"Average number of missed shots from the pivot position per match","type":"number","nullable":true,"format":"float"},"pivotPostHits":{"description":"Total number of post hits from the pivot position","type":"integer","nullable":true,"format":"int32"},"pivotPostHitsPerMatch":{"description":"Average number of post hits from the pivot position per match","type":"number","nullable":true,"format":"float"},"pivotShootingAccuracy":{"description":"Shot rate of shots on goal from the pivot position","type":"number","format":"float"},"pivotShootingAccuracyPerMatch":{"description":"Shot rate of shots on goal from the pivot position per match","type":"number","nullable":true,"format":"float"},"pivotShots":{"description":"Total number of pivot shots attempted","type":"integer","nullable":true,"format":"int32"},"pivotShotsPerMatch":{"description":"Average number of pivot shots attempted per match","type":"number","nullable":true,"format":"float"},"pivotShotsBlocked":{"description":"Total number of shots blocked from the pivot position","type":"integer","nullable":true,"format":"int32"},"pivotShotsBlockedPerMatch":{"description":"Average number of shots blocked from the pivot position per match","type":"number","nullable":true,"format":"float"},"pivotShotsOnGoal":{"description":"Total number of pivot shots on goal","type":"integer","nullable":true,"format":"int32"},"pivotShotsOnGoalPerMatch":{"description":"Average number of pivot shots on goal per match","type":"number","nullable":true,"format":"float"},"postHits":{"description":"Total number of post hits","type":"integer","nullable":true,"format":"int32"},"postHitsPerMatch":{"description":"Average number of post hits per match","type":"number","nullable":true,"format":"float"},"redCards":{"description":"Total number of red cards","type":"integer","nullable":true,"format":"int32"},"redCardsPerMatch":{"description":"Average number of red cards per match","type":"number","nullable":true,"format":"float"},"sevenMetreGoalsScored":{"description":"Total number of goals scored from the seven metre penalties","type":"integer","nullable":true,"format":"int32"},"sevenMetreGoalsScoredPerMatch":{"description":"Average number of goals scored from the seven metre penalties per match","type":"number","nullable":true,"format":"float"},"sevenMetreMissedShots":{"description":"Total number of missed shots from the seven metre penalties","type":"integer","nullable":true,"format":"int32"},"sevenMetreMissedShotsPerMatch":{"description":"Average number of missed shots from the seven metre penalties per match","type":"number","nullable":true,"format":"float"},"sevenMetrePenaltiesAwarded":{"description":"Total number of seven metre penalties awarded","type":"integer","nullable":true,"format":"int32"},"sevenMetrePenaltiesAwardedPerMatch":{"description":"Average number of seven metre penalties awarded per match","type":"number","nullable":true,"format":"float"},"sevenMetrePenaltiesCaused":{"description":"Total number of seven metre penalties caused","type":"integer","nullable":true,"format":"int32"},"sevenMetrePenaltiesCausedPerMatch":{"description":"Average number of seven metre penalties caused per match","type":"number","nullable":true,"format":"float"},"sevenMetrePenaltyFouls":{"description":"Total number of seven metre penalty fouls","type":"integer","nullable":true,"format":"int32"},"sevenMetrePenaltyFoulsPerMatch":{"description":"Average number of seven metre penalty fouls per match","type":"number","nullable":true,"format":"float"},"sevenMetrePostHits":{"description":"Total number of post hits from the seven metre penalties","type":"integer","nullable":true,"format":"int32"},"sevenMetrePostHitsPerMatch":{"description":"Average number of post hits from the seven metre penalties per match","type":"number","nullable":true,"format":"float"},"sevenMetreShootingAccuracy":{"description":"Shot rate of shots on goal from seven metre penalties","type":"number","format":"float"},"sevenMetreShootingAccuracyPerMatch":{"description":"Shot rate of shots on goal from seven metre penalties per match","type":"number","nullable":true,"format":"float"},"sevenMetreShots":{"description":"Total number of seven metre penalty shots attempted","type":"integer","nullable":true,"format":"int32"},"sevenMetreShotsPerMatch":{"description":"Average number of seven metre penalty shots attempted per match","type":"number","nullable":true,"format":"float"},"sevenMetreShotsBlocked":{"description":"Total number of shots blocked from the seven metre penalties","type":"integer","nullable":true,"format":"int32"},"sevenMetreShotsBlockedPerMatch":{"description":"Average number of shots blocked from the seven metre penalties per match","type":"number","nullable":true,"format":"float"},"sevenMetreShotsOnGoal":{"description":"Total number of seven metre penalty shots on goal","type":"integer","nullable":true,"format":"int32"},"sevenMetreShotsOnGoalPerMatch":{"description":"Average number of seven metre penalty shots on goal per match","type":"number","nullable":true,"format":"float"},"shootingAccuracy":{"description":"Shot rate for all shots on goal","type":"number","format":"float"},"shootingAccuracyPerMatch":{"description":"Shot rate for all shots on goal per match","type":"number","nullable":true,"format":"float"},"shootOuts":{"description":"Total number of shoot outs","type":"integer","nullable":true,"format":"int32"},"shootOutsPerMatch":{"description":"Average number of shoot outs per match","type":"number","nullable":true,"format":"float"},"shootOutsMade":{"description":"Total number of goals scored from shoot out shots","type":"integer","nullable":true,"format":"int32"},"shootOutsMadePerMatch":{"description":"Average number of shoot outs made per match","type":"number","nullable":true,"format":"float"},"shootOutsMissed":{"description":"Total number of shoot out shots missed","type":"integer","nullable":true,"format":"int32"},"shootOutsMissedPerMatch":{"description":"Average number of shoot outs missed per match","type":"number","nullable":true,"format":"float"},"shootOutsSaved":{"description":"Total number of shoot out shots saved","type":"integer","nullable":true,"format":"int32"},"shootOutsSavedPerMatch":{"description":"Average number of shoot outs saved per match","type":"number","nullable":true,"format":"float"},"shots":{"description":"Total number of shots. This is made up of all shots, including shot that are blocked, saved, lead to a goal, missed, hit the bar or post.","type":"integer","nullable":true,"format":"int32"},"shotsPerMatch":{"description":"Average number of shots per match","type":"number","nullable":true,"format":"float"},"shotsBlocked":{"description":"Total number of shots blocked","type":"integer","nullable":true,"format":"int32"},"shotsBlockedPerMatch":{"description":"Average number of shots blocked per match","type":"number","nullable":true,"format":"float"},"shotsOnGoal":{"description":"Total number of shots on target. This is made up of shots that lead to goals or a save from the Goalie.","type":"integer","nullable":true,"format":"int32"},"shotsOnGoalPerMatch":{"description":"Average number of shots on goal per match","type":"number","nullable":true,"format":"float"},"shotsSavedByGoalKeeper":{"description":"The number of shots taken by a player that were saved by the opposition goalkeeper","type":"integer","nullable":true,"format":"int32"},"shotsSavedByGoalKeeperPerMatch":{"description":"Average number of shots taken by a player that were saved by the opposition goalkeeper per match","type":"number","nullable":true,"format":"float"},"sixMetreCentreGoalsScored":{"description":"Total number of goals scored from the six metre centre position","type":"integer","nullable":true,"format":"int32"},"sixMetreCentreGoalsScoredPerMatch":{"description":"Average number of goals scored from the six metre centre position per match","type":"number","nullable":true,"format":"float"},"sixMetreCentreMissedShots":{"description":"Total number of missed shots from the six metre centre position","type":"integer","nullable":true,"format":"int32"},"sixMetreCentreMissedShotsPerMatch":{"description":"Average number of missed shots from the six metre centre position per match","type":"number","nullable":true,"format":"float"},"sixMetreCentrePostHits":{"description":"Total number of post hits from the six metre centre position","type":"integer","nullable":true,"format":"int32"},"sixMetreCentrePostHitsPerMatch":{"description":"Average number of post hits from the six metre centre position per match","type":"number","nullable":true,"format":"float"},"sixMetreCentreShootingAccuracy":{"description":"Shot rate of shots on goal from the six metre centre position","type":"number","format":"float"},"sixMetreCentreShootingAccuracyPerMatch":{"description":"Shot rate of shots on goal from the six metre centre position per match","type":"number","nullable":true,"format":"float"},"sixMetreCentreShots":{"description":"Total number of six metre centre shots","type":"integer","nullable":true,"format":"int32"},"sixMetreCentreShotsPerMatch":{"description":"Average number of six metre centre shots per match","type":"number","nullable":true,"format":"float"},"sixMetreCentreShotsBlocked":{"description":"Total number of shots blocked from the six metre centre position","type":"integer","nullable":true,"format":"int32"},"sixMetreCentreShotsBlockedPerMatch":{"description":"Average number of shots blocked from the six metre centre position per match","type":"number","nullable":true,"format":"float"},"sixMetreCentreShotsOnGoal":{"description":"Total number of six metre centre shots on goal","type":"integer","nullable":true,"format":"int32"},"sixMetreCentreShotsOnGoalPerMatch":{"description":"Average number of six metre centre shots on goal per match","type":"number","nullable":true,"format":"float"},"sixMetreGoalsScored":{"description":"Total number of goals scored from the six metre position","type":"integer","nullable":true,"format":"int32"},"sixMetreGoalsScoredPerMatch":{"description":"Average number of goals scored from the six metre position per match","type":"number","nullable":true,"format":"float"},"sixMetreLeftGoalsScored":{"description":"Total number of goals scored from the six metre left position","type":"integer","nullable":true,"format":"int32"},"sixMetreLeftGoalsScoredPerMatch":{"description":"Average number of goals scored from the six metre left position per match","type":"number","nullable":true,"format":"float"},"sixMetreLeftMissedShots":{"description":"Total number of missed shots from the six metre left position","type":"integer","nullable":true,"format":"int32"},"sixMetreLeftMissedShotsPerMatch":{"description":"Average number of missed shots from the six metre left position per match","type":"number","nullable":true,"format":"float"},"sixMetreLeftPostHits":{"description":"Total number of post hits from the six metre left position","type":"integer","nullable":true,"format":"int32"},"sixMetreLeftPostHitsPerMatch":{"description":"Average number of post hits from the six metre left position per match","type":"number","nullable":true,"format":"float"},"sixMetreLeftShootingAccuracy":{"description":"Shot rate of shots on goal from the six metre left position","type":"number","format":"float"},"sixMetreLeftShootingAccuracyPerMatch":{"description":"Shot rate of shots on goal from the six metre left position per match","type":"number","nullable":true,"format":"float"},"sixMetreLeftShots":{"description":"Total number of six metre left shots attempted","type":"integer","nullable":true,"format":"int32"},"sixMetreLeftShotsPerMatch":{"description":"Average number of six metre left shots attempted per match","type":"number","nullable":true,"format":"float"},"sixMetreLeftShotsBlocked":{"description":"Total number of shots blocked from the six metre left position","type":"integer","nullable":true,"format":"int32"},"sixMetreLeftShotsBlockedPerMatch":{"description":"Average number of shots blocked from the six metre left position per match","type":"number","nullable":true,"format":"float"},"sixMetreLeftShotsOnGoal":{"description":"Total number of six metre left shots on goal","type":"integer","nullable":true,"format":"int32"},"sixMetreLeftShotsOnGoalPerMatch":{"description":"Average number of six metre left shots on goal per match","type":"number","nullable":true,"format":"float"},"sixMetreMissedShots":{"description":"Total number of missed shots from the six metre position","type":"integer","nullable":true,"format":"int32"},"sixMetreMissedShotsPerMatch":{"description":"Average number of missed shots from the six metre position per match","type":"number","nullable":true,"format":"float"},"sixMetrePostHits":{"description":"Total number of post hits from the six metre position","type":"integer","nullable":true,"format":"int32"},"sixMetrePostHitsPerMatch":{"description":"Average number of post hits from the six metre position per match","type":"number","nullable":true,"format":"float"},"sixMetreRightGoalsScored":{"description":"Total number of goals scored from the six metre right position","type":"integer","nullable":true,"format":"int32"},"sixMetreRightGoalsScoredPerMatch":{"description":"Average number of goals scored from the six metre right position per match","type":"number","nullable":true,"format":"float"},"sixMetreRightMissedShots":{"description":"Total number of missed shots from the six metre right position","type":"integer","nullable":true,"format":"int32"},"sixMetreRightMissedShotsPerMatch":{"description":"Average number of missed shots from the six metre right position per match","type":"number","nullable":true,"format":"float"},"sixMetreRightPostHits":{"description":"Total number of post hits from the six metre right position","type":"integer","nullable":true,"format":"int32"},"sixMetreRightPostHitsPerMatch":{"description":"Average number of post hits from the six metre right position per match","type":"number","nullable":true,"format":"float"},"sixMetreRightShootingAccuracy":{"description":"Shot rate of shots on goal from the six metre right position","type":"number","format":"float"},"sixMetreRightShootingAccuracyPerMatch":{"description":"Shot rate of shots on goal from the six metre right position per match","type":"number","nullable":true,"format":"float"},"sixMetreRightShots":{"description":"Total number of six metre right shots attempted","type":"integer","nullable":true,"format":"int32"},"sixMetreRightShotsPerMatch":{"description":"Average number of six metre right shots attempted per match","type":"number","nullable":true,"format":"float"},"sixMetreRightShotsBlocked":{"description":"Total number of shots blocked from the six metre right position","type":"integer","nullable":true,"format":"int32"},"sixMetreRightShotsBlockedPerMatch":{"description":"Average number of shots blocked from the six metre right position per match","type":"number","nullable":true,"format":"float"},"sixMetreRightShotsOnGoal":{"description":"Total number of six metre right shots on goal","type":"integer","nullable":true,"format":"int32"},"sixMetreRightShotsOnGoalPerMatch":{"description":"Average number of six metre right shots on goal per match","type":"number","nullable":true,"format":"float"},"sixMetreShootingAccuracy":{"description":"Shot rate of shots on goal from the six metre position","type":"number","format":"float"},"sixMetreShootingAccuracyPerMatch":{"description":"Shot rate of shots on goal from the six metre position per match","type":"number","nullable":true,"format":"float"},"sixMetreShots":{"description":"Total number of six metre shots attempted","type":"integer","nullable":true,"format":"int32"},"sixMetreShotsPerMatch":{"description":"Average number of six metre shots attempted per match","type":"number","nullable":true,"format":"float"},"sixMetreShotsBlocked":{"description":"Total number of shots blocked from the six metre position","type":"integer","nullable":true,"format":"int32"},"sixMetreShotsBlockedPerMatch":{"description":"Average number of shots blocked from the six metre position per match","type":"number","nullable":true,"format":"float"},"sixMetreShotsOnGoal":{"description":"Total number of six metre shots on goal","type":"integer","nullable":true,"format":"int32"},"sixMetreShotsOnGoalPerMatch":{"description":"Average number of six metre shots on goal per match","type":"number","nullable":true,"format":"float"},"speedDistancePerTime":{"description":"Distance covered by the player on specific speed per minute","type":"number","nullable":true,"format":"float"},"speedMax":{"description":"Maximum speed [m/s] of the player during the session","type":"number","nullable":true,"format":"float"},"steals":{"description":"Total number of stolen balls by the player","type":"integer","nullable":true,"format":"int32"},"stealsPerMatch":{"description":"Average number of stolen balls by the player per match","type":"number","nullable":true,"format":"float"},"stopFouls":{"description":"Total number of stop fouls","type":"integer","nullable":true,"format":"int32"},"stopFoulsPerMatch":{"description":"Average number of stop fouls committed per match","type":"number","nullable":true,"format":"float"},"stopFoulsDrawn":{"description":"Total number of stop fouls drawn","type":"integer","nullable":true,"format":"int32"},"stopFoulsDrawnPerMatch":{"description":"Average number of stop fouls drawn per match","type":"number","nullable":true,"format":"float"},"substitutions":{"description":"Total number of substitutions","type":"integer","nullable":true,"format":"int32"},"substitutionsPerMatch":{"description":"Average number of substitutions per match","type":"number","nullable":true,"format":"float"},"suspensions":{"description":"Total number of suspensions","type":"integer","nullable":true,"format":"int32"},"suspensionsPerMatch":{"description":"Average number of suspensions per match","type":"number","nullable":true,"format":"float"},"technicalBallFaults":{"description":"Total number of technical ball errors","type":"integer","nullable":true,"format":"int32"},"technicalBallFaultsPerMatch":{"description":"Average number of technical ball errors per match","type":"number","nullable":true,"format":"float"},"technicalFaults":{"description":"Total number of technical errors","type":"integer","nullable":true,"format":"int32"},"technicalFaultsPerMatch":{"description":"Average number of technical errors per match","type":"number","nullable":true,"format":"float"},"technicalRuleFaults":{"description":"Total number of technical rule errors","type":"integer","nullable":true,"format":"int32"},"technicalRuleFaultsPerMatch":{"description":"Average number of technical rule errors per match","type":"number","nullable":true,"format":"float"},"timeOnPlayingField":{"description":"Time in minutes (in ISO8601 Duration format) that each player spent on the playing field during the game","anyOf":[{"type":"string","format":"duration"},{"type":"number","format":"float"}],"nullable":true},"timeBallPossession":{"description":"Accumulated time in minutes (in ISO8601 Duration format) in which the player had the possession of the ball","anyOf":[{"type":"string","format":"duration"},{"type":"number","format":"float"}],"nullable":true},"timePlayed":{"description":"Total number of minutes the played","type":"integer","nullable":true,"format":"int32"},"timePlayedPerMatch":{"description":"Average number of minutes the played per match","type":"number","nullable":true,"format":"float"},"turnovers":{"description":"Total number of turnovers","type":"integer","nullable":true,"format":"int32"},"turnoversPerMatch":{"description":"Average number of turnovers per match","type":"number","nullable":true,"format":"float"},"twoMinuteSuspensions":{"description":"Total number of two minute suspensions","type":"integer","nullable":true,"format":"int32"},"twoMinuteSuspensionsPerMatch":{"description":"Average number of two minute suspensions per match","type":"number","nullable":true,"format":"float"},"wingGoalsScored":{"description":"Total number of goals scored from the wing position","type":"integer","nullable":true,"format":"int32"},"wingGoalsScoredPerMatch":{"description":"Average number of goals scored from the wing position per match","type":"number","nullable":true,"format":"float"},"wingLeftGoalsScored":{"description":"Total number of goals scored from the left wing position","type":"integer","nullable":true,"format":"int32"},"wingLeftGoalsScoredPerMatch":{"description":"Average number of goals scored from the left wing position per match","type":"number","nullable":true,"format":"float"},"wingLeftMissedShots":{"description":"Total number of missed shots from the left wing position","type":"integer","nullable":true,"format":"int32"},"wingLeftMissedShotsPerMatch":{"description":"Average number of missed shots from the left wing position per match","type":"number","nullable":true,"format":"float"},"wingLeftPostHits":{"description":"Total number of post hits from the left wing position","type":"integer","nullable":true,"format":"int32"},"wingLeftPostHitsPerMatch":{"description":"Average number of post hits from the left wing position per match","type":"number","nullable":true,"format":"float"},"wingLeftShootingAccuracy":{"description":"Shot rate of shots on goal from the left wing position","type":"number","format":"float"},"wingLeftShootingAccuracyPerMatch":{"description":"Shot rate of shots on goal from the left wing position per match","type":"number","nullable":true,"format":"float"},"wingLeftShots":{"description":"Total number of wing left shots attempted","type":"integer","nullable":true,"format":"int32"},"wingLeftShotsPerMatch":{"description":"Average number of wing left shots attempted per match","type":"number","nullable":true,"format":"float"},"wingLeftShotsBlocked":{"description":"Total number of shots blocked from the left wing position","type":"integer","nullable":true,"format":"int32"},"wingLeftShotsBlockedPerMatch":{"description":"Average number of shots blocked from the left wing position per match","type":"number","nullable":true,"format":"float"},"wingLeftShotsOnGoal":{"description":"Total number of left wing shots on goal","type":"integer","nullable":true,"format":"int32"},"wingLeftShotsOnGoalPerMatch":{"description":"Average number of left wing shots on goal per match","type":"number","nullable":true,"format":"float"},"wingMissedShots":{"description":"Total number of missed shots from the wing position","type":"integer","nullable":true,"format":"int32"},"wingMissedShotsPerMatch":{"description":"Average number of missed shots from the wing position per match","type":"number","nullable":true,"format":"float"},"wingPostHits":{"description":"Total number of post hits from the wing position","type":"integer","nullable":true,"format":"int32"},"wingPostHitsPerMatch":{"description":"Average number of post hits from the wing position per match","type":"number","nullable":true,"format":"float"},"wingRightGoalsScored":{"description":"Total number of goals scored from the right wing position","type":"integer","nullable":true,"format":"int32"},"wingRightGoalsScoredPerMatch":{"description":"Average number of goals scored from the right wing position per match","type":"number","nullable":true,"format":"float"},"wingRightMissedShots":{"description":"Total number of missed shots from the right wing position","type":"integer","nullable":true,"format":"int32"},"wingRightMissedShotsPerMatch":{"description":"Average number of missed shots from the right wing position per match","type":"number","nullable":true,"format":"float"},"wingRightPostHits":{"description":"Total number of post hits from the right wing position","type":"integer","nullable":true,"format":"int32"},"wingRightPostHitsPerMatch":{"description":"Average number of post hits from the right wing position per match","type":"number","nullable":true,"format":"float"},"wingRightShootingAccuracy":{"description":"Shot rate of shots on goal from the right wing position","type":"number","format":"float"},"wingRightShootingAccuracyPerMatch":{"description":"Shot rate of shots on goal from the right wing position per match","type":"number","nullable":true,"format":"float"},"wingRightShots":{"description":"Total number of wing right shots attempted","type":"integer","nullable":true,"format":"int32"},"wingRightShotsPerMatch":{"description":"Average number of wing right shots attempted per match","type":"number","nullable":true,"format":"float"},"wingRightShotsBlocked":{"description":"Total number of shots blocked from the right wing position","type":"integer","nullable":true,"format":"int32"},"wingRightShotsBlockedPerMatch":{"description":"Average number of shots blocked from the right wing position per match","type":"number","nullable":true,"format":"float"},"wingRightShotsOnGoal":{"description":"Total number of right wing shots on goal","type":"integer","nullable":true,"format":"int32"},"wingRightShotsOnGoalPerMatch":{"description":"Average number of right wing shots on goal per match","type":"number","nullable":true,"format":"float"},"wingShootingAccuracy":{"description":"Shot rate of all shots on goal from the wing position","type":"number","format":"float"},"wingShootingAccuracyPerMatch":{"description":"Shot rate of all shots on goal from the wing position per match","type":"number","nullable":true,"format":"float"},"wingShots":{"description":"Total number of wing shots attempted","type":"integer","nullable":true,"format":"int32"},"wingShotsPerMatch":{"description":"Average number of wing shots attempted per match","type":"number","nullable":true,"format":"float"},"wingShotsBlocked":{"description":"Total number of shots blocked from the wing position","type":"integer","nullable":true,"format":"int32"},"wingShotsBlockedPerMatch":{"description":"Average number of shots blocked from the wing position per match","type":"number","nullable":true,"format":"float"},"wingShotsOnGoal":{"description":"Total number of wing shots on goal","type":"integer","nullable":true,"format":"int32"},"wingShotsOnGoalPerMatch":{"description":"Average number of wing shots on goal per match","type":"number","nullable":true,"format":"float"},"wins":{"description":"The number of wins","type":"integer","nullable":true,"format":"int32"},"yellowCards":{"description":"Total number of yellow cards","type":"integer","nullable":true,"format":"int32"},"yellowCardsPerMatch":{"description":"Average number of yellow cards per match","type":"number","nullable":true,"format":"float"}}}},"title":"competition person statistics model"},"ErrorModel":{"type":"object","properties":{"code":{"type":"integer","description":"HTTP Error code indicating the type of error.  If there are multiple errors, then this will be the code of the first one.","format":"int32"},"message":{"type":"string","description":"A message indicating the reason for the error. If there are multiple errors, then this is the message for the first one."},"errors":{"type":"array","items":{"$ref":"#/components/schemas/ErrorListModel"}}}},"ErrorListModel":{"type":"object","properties":{"code":{"type":"integer","description":"HTTP Error code indicating the type of error.","format":"int32"},"reason":{"enum":["INVALID_DATA","NOT_FOUND","NOT_AUTHORISED","ERROR","DELETE_ERROR"],"description":"A short code indicating the type of error"},"message":{"type":"string","description":"A message indicating the reason for the error"},"rowNumber":{"type":"integer","description":"The row number of the payload that cause the error","format":"int32"}}}},"responses":{"ErrorResponse":{"description":"Error","content":{"application/json":{"schema":{"type":"object","properties":{"meta":{"$ref":"#/components/schemas/ResponseMetaData"},"error":{"$ref":"#/components/schemas/ErrorModel"}}}}}}},"parameters":{"external":{"name":"external","description":"A comma separated list of fields that will instead be interpreted as an externalId. See [External Ids](#section/Introduction/External-Ids) for more information.","schema":{"type":"string"},"required":false,"in":"query"},"fields":{"name":"fields","description":"A comma separated list of fields to display.  The response will only display these fields. See [Partial Response](#section/Partial-Response) section for more information.","schema":{"type":"string"},"required":false,"in":"query"},"hideNull":{"name":"hideNull","description":"Don't display data fields with null values or empty structures","schema":{"type":"boolean"},"required":false,"in":"query"},"include":{"name":"include","description":"A comma separated list of resource types to include. See [Resource Inclusion](#section/Introduction/Resource-Inclusion) for more information.","schema":{"type":"string"},"required":false,"in":"query"}}},"paths":{"/handball/o/{organizationId}/statistics/leaders/in/competitions/build":{"post":{"tags":["Competition Leaders"],"summary":"Build all competition person leaders (org)","description":"Build pre-aggregated competition person leaders for all competitions in an organization.","operationId":"cl_build_all","responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","title":"Competition_Person_Statistics Response","properties":{"meta":{"$ref":"#/components/schemas/ResponseMetaData"},"links":{"$ref":"#/components/schemas/ResponseLinks"},"included":{"$ref":"#/components/schemas/IncludedData"},"data":{"type":"array","description":"","items":{"$ref":"#/components/schemas/Competition_Person_StatisticsModel"}}}}}}},"default":{"$ref":"#/components/responses/ErrorResponse"}},"parameters":[{"$ref":"#/components/parameters/external"},{"$ref":"#/components/parameters/fields"},{"$ref":"#/components/parameters/hideNull"},{"$ref":"#/components/parameters/include"},{"name":"organizationId","description":"The unique identifier of the organization","schema":{"type":"string","minLength":5,"maxLength":5},"required":true,"in":"path"}]}}}}
```

## List competition leaders configuration

> Return configuration rows that drive competition person leaders builds.

```json
{"openapi":"3.0.0","info":{"title":"DataCore API  - Handball","version":"v1"},"tags":[{"name":"Competition Leaders","description":"Competition statistical leaders are a list of persons for a statistic ranked from highest to lowest across an entire competition (multi-season). Each season's own qualification rules are applied to that season's data before aggregating and ranking across seasons."}],"servers":[{"url":"https://api.dc.connect.sportradar.com/v1","description":"Production server"},{"url":"https://api.dc.stg.connect-nonprod.sportradar.dev/v1","description":"NonProduction/Staging server"}],"security":[{"OAuth2":["read:admin"]}],"components":{"securitySchemes":{"OAuth2":{"type":"oauth2","flows":{"clientCredentials":{"tokenUrl":"/oauth/token","scopes":{"orgId":"Authenticate based on a specific OrganizationId","read:orggroup":"Read data over multiple organizations using and *orggroup* code","write:organization":"Write/Update any data from below the organization","read:organization":"Read any data from the organization down","write:admin":"Perform administration API calls","write:admin_organization":"Ability to manage organizations","write:system":"Perform system configuration API calls"}}},"description":"You can create a JSON Web Token (JWT) using the [token](http://developer.connect.sportradar.com/token/#operation/getToken) API call. Each token is given a set of scopes/permissions. Each endpoint has a scope/permission that it requires to run.  If your token does not possess the correct scope then you will be unable to make the API call."}},"schemas":{"ResponseMetaData":{"type":"object","properties":{"version":{"type":"integer","description":"The version of the API in use for this call"},"codeVersion":{"type":"string","description":"A string indicating the version of the code that handled this request"},"code":{"type":"integer","description":"The HTTP response code for this request"},"time":{"type":"string","format":"date-time","description":"The date/time this request was made (in UTC)."},"fromCache":{"type":"boolean","description":"Was this request served directly from the cache?"},"count":{"type":"integer","description":"The number of records being returned"},"limit":{"type":"integer","description":"The record limit in place for this request"},"offset":{"type":"integer","description":"The record offset in place for this request"},"generationTime":{"type":"number","format":"float","description":"The number of seconds taken to generate this request."}}},"ResponseLinks":{"type":"object","properties":{"self":{"type":"string","format":"uri","description":"The URI referencing this request."},"next":{"type":"string","format":"uri","description":"The URI referencing the 'next' page, if more data is available."},"previous":{"type":"string","format":"uri","description":"The URI referencing the 'previous' page, if the request is not on the first page."}}},"IncludedData":{"type":"object","description":"Available if the request used the 'include' parameter.  It contains extra data about resources found in the data block.","properties":{"resources":{"type":"object","additionalProperties":{"description":"The type of resource","type":"object","enum":["league","organisation","persons"],"additionalProperties":{"type":"object","format":"uuid","description":"The id of the resource","additionalProperties":{"description":"The model for the resource as defined by the type and id"}}}}}},"Competition_Person_Leaders_ConfigurationModel":{"type":"object","additionalProperties":false,"properties":{"competitionPersonLeadersConfigurationId":{"description":"The unique identifier of the ~competition person leaders configuration~ row","type":"string","format":"uuid"},"organizationId":{"description":"The unique identifier of the organization","type":"string","minLength":5,"maxLength":5},"competitionId":{"description":"The unique identifier of the competition (optional for org-wide config)","type":"string","format":"uuid","nullable":true},"runEvery":{"description":"Minutes between scheduled builds (0 to always allow)","type":"integer","format":"int32"},"lastRun":{"description":"Timestamp of the last successful build per configuration row","type":"string","format":"date-time","readOnly":true},"added":{"description":"Date/time added. In UTC","type":"string","format":"date-time","readOnly":true},"updated":{"description":"Date/time last modified. In UTC","type":"string","format":"date-time","readOnly":true}},"title":"competition person leaders configuration model"},"ErrorModel":{"type":"object","properties":{"code":{"type":"integer","description":"HTTP Error code indicating the type of error.  If there are multiple errors, then this will be the code of the first one.","format":"int32"},"message":{"type":"string","description":"A message indicating the reason for the error. If there are multiple errors, then this is the message for the first one."},"errors":{"type":"array","items":{"$ref":"#/components/schemas/ErrorListModel"}}}},"ErrorListModel":{"type":"object","properties":{"code":{"type":"integer","description":"HTTP Error code indicating the type of error.","format":"int32"},"reason":{"enum":["INVALID_DATA","NOT_FOUND","NOT_AUTHORISED","ERROR","DELETE_ERROR"],"description":"A short code indicating the type of error"},"message":{"type":"string","description":"A message indicating the reason for the error"},"rowNumber":{"type":"integer","description":"The row number of the payload that cause the error","format":"int32"}}}},"responses":{"ErrorResponse":{"description":"Error","content":{"application/json":{"schema":{"type":"object","properties":{"meta":{"$ref":"#/components/schemas/ResponseMetaData"},"error":{"$ref":"#/components/schemas/ErrorModel"}}}}}}},"parameters":{"competitionId":{"name":"competitionId","description":"The unique identifier of the competition","schema":{"type":"string","format":"uuid"},"required":false,"in":"query"},"external":{"name":"external","description":"A comma separated list of fields that will instead be interpreted as an externalId. See [External Ids](#section/Introduction/External-Ids) for more information.","schema":{"type":"string"},"required":false,"in":"query"},"fields":{"name":"fields","description":"A comma separated list of fields to display.  The response will only display these fields. See [Partial Response](#section/Partial-Response) section for more information.","schema":{"type":"string"},"required":false,"in":"query"},"hideNull":{"name":"hideNull","description":"Don't display data fields with null values or empty structures","schema":{"type":"boolean"},"required":false,"in":"query"},"include":{"name":"include","description":"A comma separated list of resource types to include. See [Resource Inclusion](#section/Introduction/Resource-Inclusion) for more information.","schema":{"type":"string"},"required":false,"in":"query"},"includeTotalCount":{"name":"includeTotalCount","description":"Include the total number of records matching the filters.","schema":{"type":"boolean"},"required":false,"in":"query"},"limit":{"name":"limit","description":"The maximum number of records to return. See [Pagination](#section/Introduction/Pagination) for more information.","schema":{"type":"integer","format":"int32","maximum":1000,"minimum":1,"default":10},"required":false,"in":"query"},"offset":{"name":"offset","description":"The offset of the records. See [Pagination](#section/Introduction/Pagination) for more information.","schema":{"type":"integer","format":"int32"},"required":false,"in":"query"},"organizationId":{"name":"organizationId","description":"The unique identifier of the organization","schema":{"type":"string","minLength":5,"maxLength":5},"required":false,"in":"query"}}},"paths":{"/handball/admin/statistics/leaders/in/competitions/config":{"get":{"tags":["Competition Leaders"],"summary":"List competition leaders configuration","description":"Return configuration rows that drive competition person leaders builds.","operationId":"cl_config_list","responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","title":"Competition_Person_Leaders_Configuration Response","properties":{"meta":{"$ref":"#/components/schemas/ResponseMetaData"},"links":{"$ref":"#/components/schemas/ResponseLinks"},"included":{"$ref":"#/components/schemas/IncludedData"},"data":{"type":"array","description":"","items":{"$ref":"#/components/schemas/Competition_Person_Leaders_ConfigurationModel"}}}}}}},"default":{"$ref":"#/components/responses/ErrorResponse"}},"parameters":[{"$ref":"#/components/parameters/competitionId"},{"$ref":"#/components/parameters/external"},{"$ref":"#/components/parameters/fields"},{"$ref":"#/components/parameters/hideNull"},{"$ref":"#/components/parameters/include"},{"$ref":"#/components/parameters/includeTotalCount"},{"$ref":"#/components/parameters/limit"},{"$ref":"#/components/parameters/offset"},{"$ref":"#/components/parameters/organizationId"}]}}}}
```

## Upsert competition person leaders configuration

> Insert or update competition person leaders configuration rows.

```json
{"openapi":"3.0.0","info":{"title":"DataCore API  - Handball","version":"v1"},"tags":[{"name":"Competition Leaders","description":"Competition statistical leaders are a list of persons for a statistic ranked from highest to lowest across an entire competition (multi-season). Each season's own qualification rules are applied to that season's data before aggregating and ranking across seasons."}],"servers":[{"url":"https://api.dc.connect.sportradar.com/v1","description":"Production server"},{"url":"https://api.dc.stg.connect-nonprod.sportradar.dev/v1","description":"NonProduction/Staging server"}],"security":[{"OAuth2":["write:admin"]}],"components":{"securitySchemes":{"OAuth2":{"type":"oauth2","flows":{"clientCredentials":{"tokenUrl":"/oauth/token","scopes":{"orgId":"Authenticate based on a specific OrganizationId","read:orggroup":"Read data over multiple organizations using and *orggroup* code","write:organization":"Write/Update any data from below the organization","read:organization":"Read any data from the organization down","write:admin":"Perform administration API calls","write:admin_organization":"Ability to manage organizations","write:system":"Perform system configuration API calls"}}},"description":"You can create a JSON Web Token (JWT) using the [token](http://developer.connect.sportradar.com/token/#operation/getToken) API call. Each token is given a set of scopes/permissions. Each endpoint has a scope/permission that it requires to run.  If your token does not possess the correct scope then you will be unable to make the API call."}},"schemas":{"ResponseMetaData":{"type":"object","properties":{"version":{"type":"integer","description":"The version of the API in use for this call"},"codeVersion":{"type":"string","description":"A string indicating the version of the code that handled this request"},"code":{"type":"integer","description":"The HTTP response code for this request"},"time":{"type":"string","format":"date-time","description":"The date/time this request was made (in UTC)."},"fromCache":{"type":"boolean","description":"Was this request served directly from the cache?"},"count":{"type":"integer","description":"The number of records being returned"},"limit":{"type":"integer","description":"The record limit in place for this request"},"offset":{"type":"integer","description":"The record offset in place for this request"},"generationTime":{"type":"number","format":"float","description":"The number of seconds taken to generate this request."}}},"ResponseLinks":{"type":"object","properties":{"self":{"type":"string","format":"uri","description":"The URI referencing this request."},"next":{"type":"string","format":"uri","description":"The URI referencing the 'next' page, if more data is available."},"previous":{"type":"string","format":"uri","description":"The URI referencing the 'previous' page, if the request is not on the first page."}}},"IncludedData":{"type":"object","description":"Available if the request used the 'include' parameter.  It contains extra data about resources found in the data block.","properties":{"resources":{"type":"object","additionalProperties":{"description":"The type of resource","type":"object","enum":["league","organisation","persons"],"additionalProperties":{"type":"object","format":"uuid","description":"The id of the resource","additionalProperties":{"description":"The model for the resource as defined by the type and id"}}}}}},"Competition_Person_Leaders_ConfigurationModel":{"type":"object","additionalProperties":false,"properties":{"competitionPersonLeadersConfigurationId":{"description":"The unique identifier of the ~competition person leaders configuration~ row","type":"string","format":"uuid"},"organizationId":{"description":"The unique identifier of the organization","type":"string","minLength":5,"maxLength":5},"competitionId":{"description":"The unique identifier of the competition (optional for org-wide config)","type":"string","format":"uuid","nullable":true},"runEvery":{"description":"Minutes between scheduled builds (0 to always allow)","type":"integer","format":"int32"},"lastRun":{"description":"Timestamp of the last successful build per configuration row","type":"string","format":"date-time","readOnly":true},"added":{"description":"Date/time added. In UTC","type":"string","format":"date-time","readOnly":true},"updated":{"description":"Date/time last modified. In UTC","type":"string","format":"date-time","readOnly":true}},"title":"competition person leaders configuration model"},"ErrorModel":{"type":"object","properties":{"code":{"type":"integer","description":"HTTP Error code indicating the type of error.  If there are multiple errors, then this will be the code of the first one.","format":"int32"},"message":{"type":"string","description":"A message indicating the reason for the error. If there are multiple errors, then this is the message for the first one."},"errors":{"type":"array","items":{"$ref":"#/components/schemas/ErrorListModel"}}}},"ErrorListModel":{"type":"object","properties":{"code":{"type":"integer","description":"HTTP Error code indicating the type of error.","format":"int32"},"reason":{"enum":["INVALID_DATA","NOT_FOUND","NOT_AUTHORISED","ERROR","DELETE_ERROR"],"description":"A short code indicating the type of error"},"message":{"type":"string","description":"A message indicating the reason for the error"},"rowNumber":{"type":"integer","description":"The row number of the payload that cause the error","format":"int32"}}}},"responses":{"ErrorResponse":{"description":"Error","content":{"application/json":{"schema":{"type":"object","properties":{"meta":{"$ref":"#/components/schemas/ResponseMetaData"},"error":{"$ref":"#/components/schemas/ErrorModel"}}}}}}},"parameters":{"competitionId":{"name":"competitionId","description":"The unique identifier of the competition","schema":{"type":"string","format":"uuid"},"required":false,"in":"query"},"external":{"name":"external","description":"A comma separated list of fields that will instead be interpreted as an externalId. See [External Ids](#section/Introduction/External-Ids) for more information.","schema":{"type":"string"},"required":false,"in":"query"},"fields":{"name":"fields","description":"A comma separated list of fields to display.  The response will only display these fields. See [Partial Response](#section/Partial-Response) section for more information.","schema":{"type":"string"},"required":false,"in":"query"},"hideNull":{"name":"hideNull","description":"Don't display data fields with null values or empty structures","schema":{"type":"boolean"},"required":false,"in":"query"},"include":{"name":"include","description":"A comma separated list of resource types to include. See [Resource Inclusion](#section/Introduction/Resource-Inclusion) for more information.","schema":{"type":"string"},"required":false,"in":"query"},"organizationId":{"name":"organizationId","description":"The unique identifier of the organization","schema":{"type":"string","minLength":5,"maxLength":5},"required":false,"in":"query"}}},"paths":{"/handball/admin/statistics/leaders/in/competitions/config":{"post":{"tags":["Competition Leaders"],"summary":"Upsert competition person leaders configuration","description":"Insert or update competition person leaders configuration rows.","operationId":"cl_config_upsert","responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","title":"Competition_Person_Leaders_Configuration Response","properties":{"meta":{"$ref":"#/components/schemas/ResponseMetaData"},"links":{"$ref":"#/components/schemas/ResponseLinks"},"included":{"$ref":"#/components/schemas/IncludedData"},"data":{"type":"array","description":"","items":{"$ref":"#/components/schemas/Competition_Person_Leaders_ConfigurationModel"}}}}}}},"default":{"$ref":"#/components/responses/ErrorResponse"}},"parameters":[{"$ref":"#/components/parameters/competitionId"},{"$ref":"#/components/parameters/external"},{"$ref":"#/components/parameters/fields"},{"$ref":"#/components/parameters/hideNull"},{"$ref":"#/components/parameters/include"},{"$ref":"#/components/parameters/organizationId"}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","additionalProperties":false,"properties":{"competitionPersonLeadersConfigurationId":{"description":"The unique identifier of the ~competition person leaders configuration~ row","type":"string","format":"uuid"},"organizationId":{"description":"The unique identifier of the organization","type":"string","minLength":5,"maxLength":5},"competitionId":{"description":"The unique identifier of the competition (optional for org-wide config)","type":"string","format":"uuid","nullable":true},"runEvery":{"description":"Minutes between scheduled builds (0 to always allow)","type":"integer","format":"int32"}},"title":"competition person leaders configuration post body","required":["organizationId"]}}}}}}}}
```

## Delete competition person leaders configuration

> Remove competition person leaders configuration rows.

```json
{"openapi":"3.0.0","info":{"title":"DataCore API  - Handball","version":"v1"},"tags":[{"name":"Competition Leaders","description":"Competition statistical leaders are a list of persons for a statistic ranked from highest to lowest across an entire competition (multi-season). Each season's own qualification rules are applied to that season's data before aggregating and ranking across seasons."}],"servers":[{"url":"https://api.dc.connect.sportradar.com/v1","description":"Production server"},{"url":"https://api.dc.stg.connect-nonprod.sportradar.dev/v1","description":"NonProduction/Staging server"}],"security":[{"OAuth2":["write:admin"]}],"components":{"securitySchemes":{"OAuth2":{"type":"oauth2","flows":{"clientCredentials":{"tokenUrl":"/oauth/token","scopes":{"orgId":"Authenticate based on a specific OrganizationId","read:orggroup":"Read data over multiple organizations using and *orggroup* code","write:organization":"Write/Update any data from below the organization","read:organization":"Read any data from the organization down","write:admin":"Perform administration API calls","write:admin_organization":"Ability to manage organizations","write:system":"Perform system configuration API calls"}}},"description":"You can create a JSON Web Token (JWT) using the [token](http://developer.connect.sportradar.com/token/#operation/getToken) API call. Each token is given a set of scopes/permissions. Each endpoint has a scope/permission that it requires to run.  If your token does not possess the correct scope then you will be unable to make the API call."}},"schemas":{"ResponseMetaData":{"type":"object","properties":{"version":{"type":"integer","description":"The version of the API in use for this call"},"codeVersion":{"type":"string","description":"A string indicating the version of the code that handled this request"},"code":{"type":"integer","description":"The HTTP response code for this request"},"time":{"type":"string","format":"date-time","description":"The date/time this request was made (in UTC)."},"fromCache":{"type":"boolean","description":"Was this request served directly from the cache?"},"count":{"type":"integer","description":"The number of records being returned"},"limit":{"type":"integer","description":"The record limit in place for this request"},"offset":{"type":"integer","description":"The record offset in place for this request"},"generationTime":{"type":"number","format":"float","description":"The number of seconds taken to generate this request."}}},"ResponseLinks":{"type":"object","properties":{"self":{"type":"string","format":"uri","description":"The URI referencing this request."},"next":{"type":"string","format":"uri","description":"The URI referencing the 'next' page, if more data is available."},"previous":{"type":"string","format":"uri","description":"The URI referencing the 'previous' page, if the request is not on the first page."}}},"IncludedData":{"type":"object","description":"Available if the request used the 'include' parameter.  It contains extra data about resources found in the data block.","properties":{"resources":{"type":"object","additionalProperties":{"description":"The type of resource","type":"object","enum":["league","organisation","persons"],"additionalProperties":{"type":"object","format":"uuid","description":"The id of the resource","additionalProperties":{"description":"The model for the resource as defined by the type and id"}}}}}},"Competition_Person_Leaders_ConfigurationModel":{"type":"object","additionalProperties":false,"properties":{"competitionPersonLeadersConfigurationId":{"description":"The unique identifier of the ~competition person leaders configuration~ row","type":"string","format":"uuid"},"organizationId":{"description":"The unique identifier of the organization","type":"string","minLength":5,"maxLength":5},"competitionId":{"description":"The unique identifier of the competition (optional for org-wide config)","type":"string","format":"uuid","nullable":true},"runEvery":{"description":"Minutes between scheduled builds (0 to always allow)","type":"integer","format":"int32"},"lastRun":{"description":"Timestamp of the last successful build per configuration row","type":"string","format":"date-time","readOnly":true},"added":{"description":"Date/time added. In UTC","type":"string","format":"date-time","readOnly":true},"updated":{"description":"Date/time last modified. In UTC","type":"string","format":"date-time","readOnly":true}},"title":"competition person leaders configuration model"},"ErrorModel":{"type":"object","properties":{"code":{"type":"integer","description":"HTTP Error code indicating the type of error.  If there are multiple errors, then this will be the code of the first one.","format":"int32"},"message":{"type":"string","description":"A message indicating the reason for the error. If there are multiple errors, then this is the message for the first one."},"errors":{"type":"array","items":{"$ref":"#/components/schemas/ErrorListModel"}}}},"ErrorListModel":{"type":"object","properties":{"code":{"type":"integer","description":"HTTP Error code indicating the type of error.","format":"int32"},"reason":{"enum":["INVALID_DATA","NOT_FOUND","NOT_AUTHORISED","ERROR","DELETE_ERROR"],"description":"A short code indicating the type of error"},"message":{"type":"string","description":"A message indicating the reason for the error"},"rowNumber":{"type":"integer","description":"The row number of the payload that cause the error","format":"int32"}}}},"responses":{"ErrorResponse":{"description":"Error","content":{"application/json":{"schema":{"type":"object","properties":{"meta":{"$ref":"#/components/schemas/ResponseMetaData"},"error":{"$ref":"#/components/schemas/ErrorModel"}}}}}}},"parameters":{"competitionId":{"name":"competitionId","description":"The unique identifier of the competition","schema":{"type":"string","format":"uuid"},"required":false,"in":"query"},"external":{"name":"external","description":"A comma separated list of fields that will instead be interpreted as an externalId. See [External Ids](#section/Introduction/External-Ids) for more information.","schema":{"type":"string"},"required":false,"in":"query"},"fields":{"name":"fields","description":"A comma separated list of fields to display.  The response will only display these fields. See [Partial Response](#section/Partial-Response) section for more information.","schema":{"type":"string"},"required":false,"in":"query"},"hideNull":{"name":"hideNull","description":"Don't display data fields with null values or empty structures","schema":{"type":"boolean"},"required":false,"in":"query"},"include":{"name":"include","description":"A comma separated list of resource types to include. See [Resource Inclusion](#section/Introduction/Resource-Inclusion) for more information.","schema":{"type":"string"},"required":false,"in":"query"},"organizationId":{"name":"organizationId","description":"The unique identifier of the organization","schema":{"type":"string","minLength":5,"maxLength":5},"required":false,"in":"query"}}},"paths":{"/handball/admin/statistics/leaders/in/competitions/config":{"delete":{"tags":["Competition Leaders"],"summary":"Delete competition person leaders configuration","description":"Remove competition person leaders configuration rows.","operationId":"cl_config_delete","responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","title":"Competition_Person_Leaders_Configuration Response","properties":{"meta":{"$ref":"#/components/schemas/ResponseMetaData"},"links":{"$ref":"#/components/schemas/ResponseLinks"},"included":{"$ref":"#/components/schemas/IncludedData"},"data":{"type":"array","description":"","items":{"$ref":"#/components/schemas/Competition_Person_Leaders_ConfigurationModel"}}}}}}},"default":{"$ref":"#/components/responses/ErrorResponse"}},"parameters":[{"$ref":"#/components/parameters/competitionId"},{"$ref":"#/components/parameters/external"},{"$ref":"#/components/parameters/fields"},{"$ref":"#/components/parameters/hideNull"},{"$ref":"#/components/parameters/include"},{"$ref":"#/components/parameters/organizationId"}]}}}}
```

## Build competition person leaders from configuration

> Trigger competition person leaders builds for configured organizations and competitions.

```json
{"openapi":"3.0.0","info":{"title":"DataCore API  - Handball","version":"v1"},"tags":[{"name":"Competition Leaders","description":"Competition statistical leaders are a list of persons for a statistic ranked from highest to lowest across an entire competition (multi-season). Each season's own qualification rules are applied to that season's data before aggregating and ranking across seasons."}],"servers":[{"url":"https://api.dc.connect.sportradar.com/v1","description":"Production server"},{"url":"https://api.dc.stg.connect-nonprod.sportradar.dev/v1","description":"NonProduction/Staging server"}],"security":[{"OAuth2":["write:admin"]}],"components":{"securitySchemes":{"OAuth2":{"type":"oauth2","flows":{"clientCredentials":{"tokenUrl":"/oauth/token","scopes":{"orgId":"Authenticate based on a specific OrganizationId","read:orggroup":"Read data over multiple organizations using and *orggroup* code","write:organization":"Write/Update any data from below the organization","read:organization":"Read any data from the organization down","write:admin":"Perform administration API calls","write:admin_organization":"Ability to manage organizations","write:system":"Perform system configuration API calls"}}},"description":"You can create a JSON Web Token (JWT) using the [token](http://developer.connect.sportradar.com/token/#operation/getToken) API call. Each token is given a set of scopes/permissions. Each endpoint has a scope/permission that it requires to run.  If your token does not possess the correct scope then you will be unable to make the API call."}},"schemas":{"ResponseMetaData":{"type":"object","properties":{"version":{"type":"integer","description":"The version of the API in use for this call"},"codeVersion":{"type":"string","description":"A string indicating the version of the code that handled this request"},"code":{"type":"integer","description":"The HTTP response code for this request"},"time":{"type":"string","format":"date-time","description":"The date/time this request was made (in UTC)."},"fromCache":{"type":"boolean","description":"Was this request served directly from the cache?"},"count":{"type":"integer","description":"The number of records being returned"},"limit":{"type":"integer","description":"The record limit in place for this request"},"offset":{"type":"integer","description":"The record offset in place for this request"},"generationTime":{"type":"number","format":"float","description":"The number of seconds taken to generate this request."}}},"ResponseLinks":{"type":"object","properties":{"self":{"type":"string","format":"uri","description":"The URI referencing this request."},"next":{"type":"string","format":"uri","description":"The URI referencing the 'next' page, if more data is available."},"previous":{"type":"string","format":"uri","description":"The URI referencing the 'previous' page, if the request is not on the first page."}}},"IncludedData":{"type":"object","description":"Available if the request used the 'include' parameter.  It contains extra data about resources found in the data block.","properties":{"resources":{"type":"object","additionalProperties":{"description":"The type of resource","type":"object","enum":["league","organisation","persons"],"additionalProperties":{"type":"object","format":"uuid","description":"The id of the resource","additionalProperties":{"description":"The model for the resource as defined by the type and id"}}}}}},"Competition_Person_StatisticsModel":{"type":"object","additionalProperties":false,"properties":{"personId":{"description":"The unique identifier of the person","type":"string","format":"uuid"},"person":{"properties":{"resourceType":{"type":"string","enum":["persons"]},"id":{"description":"Unique identifier for this resource","type":"string"}},"description":"The person information","type":"object"},"organizationId":{"description":"The unique identifier of the organization","type":"string","readOnly":true},"organization":{"properties":{"resourceType":{"type":"string","enum":["organizations"]},"id":{"description":"Unique identifier for this resource","type":"string"}},"description":"The organization that this competition person statistics belongs to","type":"object"},"competitionId":{"description":"The unique identifier of the competition","type":"string","format":"uuid"},"competition":{"properties":{"resourceType":{"type":"string","enum":["competitions"]},"id":{"description":"Unique identifier for this resource","type":"string"}},"description":"The competition that this season belongs to","type":"object"},"statistics":{"type":"object","additionalProperties":false,"properties":{"airtimeMax":{"description":"Time in minutes (in ISO8601 Duration format) a player was in the air (due to jumping)","anyOf":[{"type":"string","format":"duration"},{"type":"number","format":"float"}],"nullable":true},"assists":{"description":"Total number of assists","type":"integer","nullable":true,"format":"int32"},"assistsPerMatch":{"description":"Average number of assists per match","type":"number","nullable":true,"format":"float"},"backCourtGoalsScored":{"description":"Total number of goals scored from a back court position","type":"integer","nullable":true,"format":"int32"},"backCourtGoalsScoredPerMatch":{"description":"Average number of goals scored from a back court position per match","type":"number","nullable":true,"format":"float"},"backCourtMissedShots":{"description":"Total number of missed shots from a back court position","type":"integer","nullable":true,"format":"int32"},"backCourtMissedShotsPerMatch":{"description":"Average number of missed shots from a back court position per match","type":"number","nullable":true,"format":"float"},"backCourtPostHits":{"description":"Total number of post hits from a back court position","type":"integer","nullable":true,"format":"int32"},"backCourtPostHitsPerMatch":{"description":"Average number of post hits from a back court position per match","type":"number","nullable":true,"format":"float"},"backCourtShootingAccuracy":{"description":"Shot rate of shots on goal from the back court position","type":"number","format":"float"},"backCourtShootingAccuracyPerMatch":{"description":"Shot rate of shots on goal from the back court position per match","type":"number","nullable":true,"format":"float"},"backCourtShots":{"description":"Total number of back court shots attempted","type":"integer","nullable":true,"format":"int32"},"backCourtShotsPerMatch":{"description":"Average number of back court shots attempted per match","type":"number","nullable":true,"format":"float"},"backCourtShotsBlocked":{"description":"Total number of shots blocked from a back court position","type":"integer","nullable":true,"format":"int32"},"backCourtShotsBlockedPerMatch":{"description":"Average number of shots blocked from a back court position per match","type":"number","nullable":true,"format":"float"},"backCourtShotsOnGoal":{"description":"Total number of back court shots on goal","type":"integer","nullable":true,"format":"int32"},"backCourtShotsOnGoalPerMatch":{"description":"Average number of back court shots on goal per match","type":"number","nullable":true,"format":"float"},"blocks":{"description":"Total number of blocks","type":"integer","nullable":true,"format":"int32"},"blocksPerMatch":{"description":"Average number of blocks per match","type":"number","nullable":true,"format":"float"},"blueCards":{"description":"Total number of blue cards","type":"integer","nullable":true,"format":"int32"},"blueCardsPerMatch":{"description":"Average number of blue cards per match","type":"number","nullable":true,"format":"float"},"breakThroughGoalsScored":{"description":"Total number of goals scored from a break through attack","type":"integer","nullable":true,"format":"int32"},"breakThroughGoalsScoredPerMatch":{"description":"Average number of goals scored from a break through attack per match","type":"number","nullable":true,"format":"float"},"breakThroughMissedShots":{"description":"Total number of missed shots from a break through attack","type":"integer","nullable":true,"format":"int32"},"breakThroughMissedShotsPerMatch":{"description":"Average number of missed shots from a break through attack per match","type":"number","nullable":true,"format":"float"},"breakThroughPostHits":{"description":"Total number of post hits from a break through attack","type":"integer","nullable":true,"format":"int32"},"breakThroughPostHitsPerMatch":{"description":"Average number of post hits from a break through attack per match","type":"number","nullable":true,"format":"float"},"breakThroughShootingAccuracy":{"description":"Shot rate shots on goal from a break through attack","type":"number","format":"float"},"breakThroughShootingAccuracyPerMatch":{"description":"Shot rate shots on goal from a break through attack per match","type":"number","nullable":true,"format":"float"},"breakThroughShots":{"description":"Total number of break through shots attempted","type":"integer","nullable":true,"format":"int32"},"breakThroughShotsPerMatch":{"description":"Average number of break through shots attempted per match","type":"number","nullable":true,"format":"float"},"breakThroughShotsBlocked":{"description":"Total number of shots blocked from a break through attack","type":"integer","nullable":true,"format":"int32"},"breakThroughShotsBlockedPerMatch":{"description":"Average number of shots blocked from a break through attack per match","type":"number","nullable":true,"format":"float"},"breakThroughShotsOnGoal":{"description":"Total number of break through shots on goal","type":"integer","nullable":true,"format":"int32"},"breakThroughShotsOnGoalPerMatch":{"description":"Average number of break through shots on goal per match","type":"number","nullable":true,"format":"float"},"cards":{"description":"Total number of cards","type":"integer","nullable":true,"format":"int32"},"cardsPerMatch":{"description":"Average number of cards per match","type":"number","nullable":true,"format":"float"},"distanceSpeedCategory1":{"description":"Distance distribution [m] of the player in the very low speed zone (<4 km/h)","type":"integer","nullable":true,"format":"int32"},"distanceSpeedCategory2":{"description":"Distance distribution [m] of the player in the low speed zone (4-10 km/h)","type":"integer","nullable":true,"format":"int32"},"distanceSpeedCategory3":{"description":"Distance distribution [m] of the player in the medium speed zone (10-16 km/h)","type":"integer","nullable":true,"format":"int32"},"distanceSpeedCategory4":{"description":"Distance distribution [m] of the player in the high speed zone (16-22 km/h)","type":"integer","nullable":true,"format":"int32"},"distanceSpeedCategory5":{"description":"Distance distribution [m] of the player in the very high speed zone (>22 km/h)","type":"integer","nullable":true,"format":"int32"},"distanceTotal":{"description":"Total distance [m] covered by the player","type":"number","nullable":true,"format":"float"},"draws":{"description":"The number of draws","type":"integer","nullable":true,"format":"int32"},"emptyNetGoalsScored":{"description":"Total number of goals scored in an empty net","type":"integer","nullable":true,"format":"int32"},"expectedGoals":{"description":"Expected goals","type":"number","nullable":true,"format":"float"},"expectedSaves":{"description":"Expected saves","type":"number","nullable":true,"format":"float"},"fastBreakGoalsScored":{"description":"Total number of goals scored from a fast break attack","type":"integer","nullable":true,"format":"int32"},"fastBreakGoalsScoredPerMatch":{"description":"Average number of goals scored from a fast break attack per match","type":"number","nullable":true,"format":"float"},"fastBreakMissedShots":{"description":"Total number of missed shots from a fast break attack","type":"integer","nullable":true,"format":"int32"},"fastBreakMissedShotsPerMatch":{"description":"Average number of missed shots from a fast break attack per match","type":"number","nullable":true,"format":"float"},"fastBreakPostHits":{"description":"Total number of post hits from a fast break attack","type":"integer","nullable":true,"format":"int32"},"fastBreakPostHitsPerMatch":{"description":"Average number of post hits from a fast break attack per match","type":"number","nullable":true,"format":"float"},"fastBreakShootingAccuracy":{"description":"Shot rate of shots on goal from a fast break attack","type":"number","format":"float"},"fastBreakShootingAccuracyPerMatch":{"description":"Shot rate of shots on goal from a fast break attack per match","type":"number","nullable":true,"format":"float"},"fastBreakShots":{"description":"Total number of fast break shots attempted","type":"integer","nullable":true,"format":"int32"},"fastBreakShotsPerMatch":{"description":"Average number of fast break shots attempted per match","type":"number","nullable":true,"format":"float"},"fastBreakShotsBlocked":{"description":"Total number of shots blocked from a fast break attack","type":"integer","nullable":true,"format":"int32"},"fastBreakShotsBlockedPerMatch":{"description":"Average number of shots blocked from a fast break attack per match","type":"number","nullable":true,"format":"float"},"fastBreakShotsOnGoal":{"description":"Total number of fast break shots on goal","type":"integer","nullable":true,"format":"int32"},"fastBreakShotsOnGoalPerMatch":{"description":"Average number of fast break shots on goal per match","type":"number","nullable":true,"format":"float"},"fieldGoalsScored":{"description":"Total number of goals scored from the field","type":"integer","nullable":true,"format":"int32"},"fieldGoalsScoredPerMatch":{"description":"Average number of field goals scored per match","type":"number","nullable":true,"format":"float"},"fieldMissedShots":{"description":"Total number of missed shots from the field","type":"integer","nullable":true,"format":"int32"},"fieldMissedShotsPerMatch":{"description":"Average number of missed shots from the field per match","type":"number","nullable":true,"format":"float"},"fieldPostHits":{"description":"Total number of post hits from the field","type":"integer","nullable":true,"format":"int32"},"fieldPostHitsPerMatch":{"description":"Average number of post hits from the field per match","type":"number","nullable":true,"format":"float"},"fieldShootingAccuracy":{"description":"Shot rate of shots on goal from the field","type":"number","format":"float"},"fieldShootingAccuracyPerMatch":{"description":"Shot rate of shots on goal from the field per match","type":"number","nullable":true,"format":"float"},"fieldShots":{"description":"Total number of field shots attempted","type":"integer","nullable":true,"format":"int32"},"fieldShotsPerMatch":{"description":"Average number of field shots attempted per match","type":"number","nullable":true,"format":"float"},"fieldShotsBlocked":{"description":"Total number of shots blocked from the field","type":"integer","nullable":true,"format":"int32"},"fieldShotsBlockedPerMatch":{"description":"Average number of shots blocked from the field per match","type":"number","nullable":true,"format":"float"},"fieldShotsOnGoal":{"description":"Total number of field shots on goal","type":"integer","nullable":true,"format":"int32"},"fieldShotsOnGoalPerMatch":{"description":"Average number of field shots on goal per match","type":"number","nullable":true,"format":"float"},"fouls":{"description":"Total number of fouls committed","type":"integer","nullable":true,"format":"int32"},"foulsPerMatch":{"description":"Average number of fouls committed per match","type":"number","nullable":true,"format":"float"},"foulsDrawn":{"description":"Total number of fouls drawn","type":"integer","nullable":true,"format":"int32"},"foulsDrawnPerMatch":{"description":"Average number of fouls drawn per match","type":"number","nullable":true,"format":"float"},"fourMinuteSuspensions":{"description":"Total number of four minute suspensions","type":"integer","nullable":true,"format":"int32"},"fourMinuteSuspensionsPerMatch":{"description":"Average number of four minute suspensions per match","type":"number","nullable":true,"format":"float"},"games":{"description":"The number of matches that they have participated in","type":"integer","nullable":true,"format":"int32"},"gamesStarted":{"description":"The number of matches that they were a starter","type":"integer","nullable":true,"format":"int32"},"goalKeeperBackCourtGoalsAgainst":{"description":"Total number of back court goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperBackCourtGoalsAgainstPerMatch":{"description":"Average number of back court goals conceded by the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperBackCourtSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from the back court position","type":"number","format":"float"},"goalKeeperBackCourtSaveAccuracyPerMatch":{"description":"Rate of balls saved by the goalkeeper from the back court position per match","type":"number","nullable":true,"format":"float"},"goalKeeperBackCourtShotsAgainst":{"description":"Total number of back court shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperBackCourtShotsAgainstPerMatch":{"description":"Average number of back court shots on goal against the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperBackCourtShotsSaved":{"description":"Total number of back court shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperBackCourtShotsSavedPerMatch":{"description":"Average number of back court shots saved by the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperBreakThroughGoalsAgainst":{"description":"Total number of break through goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperBreakThroughGoalsAgainstPerMatch":{"description":"Average number of break through goals conceded by the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperBreakThroughSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from a break through attack","type":"number","format":"float"},"goalKeeperBreakThroughSaveAccuracyPerMatch":{"description":"Rate of balls saved by the goalkeeper from a break through attack per match","type":"number","nullable":true,"format":"float"},"goalKeeperBreakThroughShotsAgainst":{"description":"Total number of break through shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperBreakThroughShotsAgainstPerMatch":{"description":"Average number of break through shots on goal against the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperBreakThroughShotsSaved":{"description":"Total number of break through shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperBreakThroughShotsSavedPerMatch":{"description":"Average number of break through shots saved by the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperFastBreakGoalsAgainst":{"description":"Total number of fast break goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperFastBreakGoalsAgainstPerMatch":{"description":"Average number of fast break goals conceded by the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperFastBreakSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from a fast break attack","type":"number","format":"float"},"goalKeeperFastBreakSaveAccuracyPerMatch":{"description":"Rate of balls saved by the goalkeeper from a fast break attack per match","type":"number","nullable":true,"format":"float"},"goalKeeperFastBreakShotsAgainst":{"description":"Total number of fast break shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperFastBreakShotsAgainstPerMatch":{"description":"Average number of fast break shots on goal against the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperFastBreakShotsSaved":{"description":"Total number of fast break shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperFastBreakShotsSavedPerMatch":{"description":"Average number of fast break shots saved by the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperFieldGoalsAgainst":{"description":"Total number of field goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperFieldGoalsAgainstPerMatch":{"description":"Average number of field goals conceded by the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperFieldSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper when shooting from the field","type":"number","format":"float"},"goalKeeperFieldSaveAccuracyPerMatch":{"description":"Rate of balls saved by the goalkeeper when shooting from the field","type":"number","nullable":true,"format":"float"},"goalKeeperFieldShotsAgainst":{"description":"Total number of field shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperFieldShotsAgainstPerMatch":{"description":"Average number of field shots on goal against the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperFieldShotsSaved":{"description":"Total number of field shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperFieldShotsSavedPerMatch":{"description":"Average number of field shots saved by the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperGoalsAgainst":{"description":"Total number of goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperGoalsAgainstPerMatch":{"description":"Average number of goals conceded by the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperNineMetreCentreGoalsAgainst":{"description":"Total number of nine metre centre goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperNineMetreCentreGoalsAgainstPerMatch":{"description":"Average number of nine metre centre goals conceded by the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperNineMetreCentreSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from the nine metre centre position","type":"number","format":"float"},"goalKeeperNineMetreCentreSaveAccuracyPerMatch":{"description":"Rate of balls saved by the goalkeeper from the nine metre centre position per match","type":"number","nullable":true,"format":"float"},"goalKeeperNineMetreCentreShotsAgainst":{"description":"Total number of nine metre centre shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperNineMetreCentreShotsAgainstPerMatch":{"description":"Average number of nine metre centre shots on goal against the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperNineMetreCentreShotsSaved":{"description":"Total number of nine metre centre shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperNineMetreCentreShotsSavedPerMatch":{"description":"Average number of nine metre centre shots saved by the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperNineMetreGoalsAgainst":{"description":"Total number of nine metre goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperNineMetreGoalsAgainstPerMatch":{"description":"Average number of nine metre goals conceded by the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperNineMetreLeftGoalsAgainst":{"description":"Total number of nine metre left goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperNineMetreLeftGoalsAgainstPerMatch":{"description":"Average number of nine metre left goals conceded by the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperNineMetreLeftSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from the nine metre left position","type":"number","format":"float"},"goalKeeperNineMetreLeftSaveAccuracyPerMatch":{"description":"Rate of balls saved by the goalkeeper from the nine metre left position per match","type":"number","nullable":true,"format":"float"},"goalKeeperNineMetreLeftShotsAgainst":{"description":"Total number of nine metre left shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperNineMetreLeftShotsAgainstPerMatch":{"description":"Average number of nine metre left shots on goal against the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperNineMetreLeftShotsSaved":{"description":"Total number of nine metre left shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperNineMetreLeftShotsSavedPerMatch":{"description":"Average number of nine metre left shots saved by the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperNineMetreRightGoalsAgainst":{"description":"Total number of nine metre right goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperNineMetreRightGoalsAgainstPerMatch":{"description":"Average number of nine metre right goals conceded by the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperNineMetreRightSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from the nine metre right position","type":"number","format":"float"},"goalKeeperNineMetreRightSaveAccuracyPerMatch":{"description":"Rate of balls saved by the goalkeeper from the nine metre right position per match","type":"number","nullable":true,"format":"float"},"goalKeeperNineMetreRightShotsAgainst":{"description":"Total number of nine metre right shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperNineMetreRightShotsAgainstPerMatch":{"description":"Average number of nine metre right shots on goal against the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperNineMetreRightShotsSaved":{"description":"Total number of nine metre right shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperNineMetreRightShotsSavedPerMatch":{"description":"Average number of nine metre right shots saved by the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperNineMetreSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from the nine metre position","type":"number","format":"float"},"goalKeeperNineMetreSaveAccuracyPerMatch":{"description":"Rate of balls saved by the goalkeeper from the nine metre position per match","type":"number","nullable":true,"format":"float"},"goalKeeperNineMetreShotsAgainst":{"description":"Total number of nine metre shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperNineMetreShotsAgainstPerMatch":{"description":"Average number of nine metre shots on goal against the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperNineMetreShotsSaved":{"description":"Total number of nine metre shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperNineMetreShotsSavedPerMatch":{"description":"Average number of nine metre shots saved by the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperPivotGoalsAgainst":{"description":"Total number of pivot goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperPivotGoalsAgainstPerMatch":{"description":"Average number of pivot goals conceded by the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperPivotSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from the pivot position","type":"number","format":"float"},"goalKeeperPivotSaveAccuracyPerMatch":{"description":"Rate of balls saved by the goalkeeper from the pivot position per match","type":"number","nullable":true,"format":"float"},"goalKeeperPivotShotsAgainst":{"description":"Total number of pivot shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperPivotShotsAgainstPerMatch":{"description":"Average number of pivot shots on goal against the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperPivotShotsSaved":{"description":"Total number of pivot shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperPivotShotsSavedPerMatch":{"description":"Average number of pivot shots saved by the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperSaveAccuracy":{"description":"Rate of all balls saved by the goalkeeper","type":"number","format":"float"},"goalKeeperSaveAccuracyPerMatch":{"description":"Rate of all balls saved by the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperSecondsPlayed":{"description":"Total number of seconds played by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSecondsPlayedPerMatch":{"description":"Average number of seconds played by the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperSevenMetreGoalsAgainst":{"description":"Total number of seven metre penalty goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSevenMetreGoalsAgainstPerMatch":{"description":"Average number of seven metre penalty goals conceded by the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperSevenMetreSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from the seven metre position","type":"number","format":"float"},"goalKeeperSevenMetreSaveAccuracyPerMatch":{"description":"Rate of balls saved by the goalkeeper from the seven metre position per match","type":"number","nullable":true,"format":"float"},"goalKeeperSevenMetreShotsAgainst":{"description":"Total number of seven metre penalty shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSevenMetreShotsAgainstPerMatch":{"description":"Average number of seven metre penalty shots on goal against the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperSevenMetreShotsSaved":{"description":"Total number of seven metre penalty shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSevenMetreShotsSavedPerMatch":{"description":"Average number of seven metre penalty shots saved by the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperShotsAgainst":{"description":"Total number of shots against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperShotsAgainstPerMatch":{"description":"Average number of shots against the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperShotsPerGoalsAgainst":{"description":"Ratio of shots against to goals against for a goalkeeper","type":"number","nullable":true,"format":"float"},"goalKeeperShotsSaved":{"description":"Total number of shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperShotsSavedPerMatch":{"description":"Average number of shots saved by the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperSixMetreCentreGoalsAgainst":{"description":"Total number of six metre centre goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSixMetreCentreGoalsAgainstPerMatch":{"description":"Average number of six metre centre goals conceded by the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperSixMetreCentreSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from the six metre centre position","type":"number","format":"float"},"goalKeeperSixMetreCentreSaveAccuracyPerMatch":{"description":"Rate of balls saved by the goalkeeper from the six metre centre position per match","type":"number","nullable":true,"format":"float"},"goalKeeperSixMetreCentreShotsAgainst":{"description":"Total number of six metre centre shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSixMetreCentreShotsAgainstPerMatch":{"description":"Average number of six metre centre shots on goal against the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperSixMetreCentreShotsSaved":{"description":"Total number of six metre centre shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSixMetreCentreShotsSavedPerMatch":{"description":"Average number of six metre centre shots saved by the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperSixMetreGoalsAgainst":{"description":"Total number of six metre goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSixMetreGoalsAgainstPerMatch":{"description":"Average number of six metre goals conceded by the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperSixMetreLeftGoalsAgainst":{"description":"Total number of six metre left goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSixMetreLeftGoalsAgainstPerMatch":{"description":"Average number of six metre left goals conceded by the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperSixMetreLeftSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from the six metre left position","type":"number","format":"float"},"goalKeeperSixMetreLeftSaveAccuracyPerMatch":{"description":"Rate of balls saved by the goalkeeper from the six metre left position per match","type":"number","nullable":true,"format":"float"},"goalKeeperSixMetreLeftShotsAgainst":{"description":"Total number of six metre left shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSixMetreLeftShotsAgainstPerMatch":{"description":"Average number of six metre left shots on goal against the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperSixMetreLeftShotsSaved":{"description":"Total number of six metre left shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSixMetreLeftShotsSavedPerMatch":{"description":"Average number of six metre left shots saved by the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperSixMetreRightGoalsAgainst":{"description":"Total number of six metre right goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSixMetreRightGoalsAgainstPerMatch":{"description":"Average number of six metre right goals conceded by the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperSixMetreRightSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from the six metre right position","type":"number","format":"float"},"goalKeeperSixMetreRightSaveAccuracyPerMatch":{"description":"Rate of balls saved by the goalkeeper from the six metre right position per match","type":"number","nullable":true,"format":"float"},"goalKeeperSixMetreRightShotsAgainst":{"description":"Total number of six metre right shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSixMetreRightShotsAgainstPerMatch":{"description":"Average number of six metre right shots on goal against the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperSixMetreRightShotsSaved":{"description":"Total number of six metre right shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSixMetreRightShotsSavedPerMatch":{"description":"Average number of six metre right shots saved by the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperSixMetreSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from the six metre position","type":"number","format":"float"},"goalKeeperSixMetreSaveAccuracyPerMatch":{"description":"Rate of balls saved by the goalkeeper from the six metre position per match","type":"number","nullable":true,"format":"float"},"goalKeeperSixMetreShotsAgainst":{"description":"Total number of six metre shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSixMetreShotsAgainstPerMatch":{"description":"Average number of six metre shots on goal against the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperSixMetreShotsSaved":{"description":"Total number of six metre shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperSixMetreShotsSavedPerMatch":{"description":"Average number of six metre shots saved by the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperWingGoalsAgainst":{"description":"Total number of wing goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperWingGoalsAgainstPerMatch":{"description":"Average number of wing goals conceded by the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperWingLeftGoalsAgainst":{"description":"Total number of left wing goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperWingLeftGoalsAgainstPerMatch":{"description":"Average number of left wing goals conceded by the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperWingLeftSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from the wing left position","type":"number","format":"float"},"goalKeeperWingLeftSaveAccuracyPerMatch":{"description":"Rate of balls saved by the goalkeeper from the wing left position per match","type":"number","nullable":true,"format":"float"},"goalKeeperWingLeftShotsAgainst":{"description":"Total number of left wing shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperWingLeftShotsAgainstPerMatch":{"description":"Average number of left wing shots on goal against the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperWingLeftShotsSaved":{"description":"Total number of left wing shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperWingLeftShotsSavedPerMatch":{"description":"Average number of left wing shots saved by the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperWingRightGoalsAgainst":{"description":"Total number of right wing goals conceded by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperWingRightGoalsAgainstPerMatch":{"description":"Average number of right wing goals conceded by the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperWingRightSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from the wing right position","type":"number","format":"float"},"goalKeeperWingRightSaveAccuracyPerMatch":{"description":"Rate of balls saved by the goalkeeper from the wing right position per match","type":"number","nullable":true,"format":"float"},"goalKeeperWingRightShotsAgainst":{"description":"Total number of right wing shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperWingRightShotsAgainstPerMatch":{"description":"Average number of right wing shots on goal against the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperWingRightShotsSaved":{"description":"Total number of right wing shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperWingRightShotsSavedPerMatch":{"description":"Average number of right wing shots saved by the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperWingSaveAccuracy":{"description":"Rate of balls saved by the goalkeeper from the wing position","type":"number","format":"float"},"goalKeeperWingSaveAccuracyPerMatch":{"description":"Rate of balls saved by the goalkeeper from the wing position per match","type":"number","nullable":true,"format":"float"},"goalKeeperWingShotsAgainst":{"description":"Total number of wing shots on goal against the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperWingShotsAgainstPerMatch":{"description":"Average number of wing shots on goal against the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalKeeperWingShotsSaved":{"description":"Total number of wing shots saved by the goalkeeper","type":"integer","nullable":true,"format":"int32"},"goalKeeperWingShotsSavedPerMatch":{"description":"Average number of wing shots saved by the goalkeeper per match","type":"number","nullable":true,"format":"float"},"goalsScored":{"description":"Total number of goals scored","type":"integer","nullable":true,"format":"int32"},"goalsScoredPerMatch":{"description":"Average number of goals scored per match","type":"number","nullable":true,"format":"float"},"handballPerformanceIndex":{"description":"Handball Performance Index","type":"number","nullable":true,"format":"float"},"losses":{"description":"The number of losses","type":"integer","nullable":true,"format":"int32"},"matchesPlayed":{"description":"The number of matches that they have participated in","type":"integer","nullable":true,"format":"int32"},"minutes":{"description":"Time in play (in ISO8601 Duration format); only available for goalkeepers","anyOf":[{"type":"string","format":"duration"},{"type":"number","format":"float"}],"nullable":true},"minutesPerMatch":{"description":"Average time in play (in ISO8601 Duration format) per game; only for goalkeepers","anyOf":[{"type":"string","format":"duration"},{"type":"number","format":"float"}],"nullable":true},"missedShots":{"description":"Total number of missed shots","type":"integer","nullable":true,"format":"int32"},"missedShotsPerMatch":{"description":"Average number of missed shots per match","type":"number","nullable":true,"format":"float"},"nineMetreCentreGoalsScored":{"description":"Total number of goals scored from the nine metre centre position","type":"integer","nullable":true,"format":"int32"},"nineMetreCentreGoalsScoredPerMatch":{"description":"Average number of goals scored from the nine metre centre position per match","type":"number","nullable":true,"format":"float"},"nineMetreCentreMissedShots":{"description":"Total number of missed shots from the nine metre centre position","type":"integer","nullable":true,"format":"int32"},"nineMetreCentreMissedShotsPerMatch":{"description":"Average number of missed shots from the nine metre centre position per match","type":"number","nullable":true,"format":"float"},"nineMetreCentrePostHits":{"description":"Total number of post hits from the nine metre centre position","type":"integer","nullable":true,"format":"int32"},"nineMetreCentrePostHitsPerMatch":{"description":"Average number of post hits from the nine metre centre position per match","type":"number","nullable":true,"format":"float"},"nineMetreCentreShootingAccuracy":{"description":"Shot rate of shots on goal from the nine metre centre position","type":"number","format":"float"},"nineMetreCentreShootingAccuracyPerMatch":{"description":"Shot rate of shots on goal from the nine metre centre position per match","type":"number","nullable":true,"format":"float"},"nineMetreCentreShots":{"description":"Total number of nine metre centre shots","type":"integer","nullable":true,"format":"int32"},"nineMetreCentreShotsPerMatch":{"description":"Average number of nine metre centre shots per match","type":"number","nullable":true,"format":"float"},"nineMetreCentreShotsBlocked":{"description":"Total number of shots blocked from the nine metre centre position","type":"integer","nullable":true,"format":"int32"},"nineMetreCentreShotsBlockedPerMatch":{"description":"Average number of shots blocked from the nine metre centre position per match","type":"number","nullable":true,"format":"float"},"nineMetreCentreShotsOnGoal":{"description":"Total number of nine metre centre shots on goal","type":"integer","nullable":true,"format":"int32"},"nineMetreCentreShotsOnGoalPerMatch":{"description":"Average number of nine metre centre shots on goal per match","type":"number","nullable":true,"format":"float"},"nineMetreGoalsScored":{"description":"Total number of goals scored from the nine metre position","type":"integer","nullable":true,"format":"int32"},"nineMetreGoalsScoredPerMatch":{"description":"Average number of goals scored from the nine metre position per match","type":"number","nullable":true,"format":"float"},"nineMetreLeftGoalsScored":{"description":"Total number of goals scored from the nine metre left position","type":"integer","nullable":true,"format":"int32"},"nineMetreLeftGoalsScoredPerMatch":{"description":"Average number of goals scored from the nine metre left position per match","type":"number","nullable":true,"format":"float"},"nineMetreLeftMissedShots":{"description":"Total number of missed shots from the nine metre left position","type":"integer","nullable":true,"format":"int32"},"nineMetreLeftMissedShotsPerMatch":{"description":"Average number of missed shots from the nine metre left position per match","type":"number","nullable":true,"format":"float"},"nineMetreLeftPostHits":{"description":"Total number of post hits from the nine metre left position","type":"integer","nullable":true,"format":"int32"},"nineMetreLeftPostHitsPerMatch":{"description":"Average number of post hits from the nine metre left position per match","type":"number","nullable":true,"format":"float"},"nineMetreLeftShootingAccuracy":{"description":"Shot rate of shots on goal from the nine metre left position","type":"number","format":"float"},"nineMetreLeftShootingAccuracyPerMatch":{"description":"Shot rate of shots on goal from the nine metre left position per match","type":"number","nullable":true,"format":"float"},"nineMetreLeftShots":{"description":"Total number of nine metre left shots attempted","type":"integer","nullable":true,"format":"int32"},"nineMetreLeftShotsPerMatch":{"description":"Average number of nine metre left shots attempted per match","type":"number","nullable":true,"format":"float"},"nineMetreLeftShotsBlocked":{"description":"Total number of shots blocked from the nine metre left position","type":"integer","nullable":true,"format":"int32"},"nineMetreLeftShotsBlockedPerMatch":{"description":"Average number of shots blocked from the nine metre left position per match","type":"number","nullable":true,"format":"float"},"nineMetreLeftShotsOnGoal":{"description":"Total number of nine metre left shots on goal","type":"integer","nullable":true,"format":"int32"},"nineMetreLeftShotsOnGoalPerMatch":{"description":"Average number of nine metre left shots on goal per match","type":"number","nullable":true,"format":"float"},"nineMetreMissedShots":{"description":"Total number of missed shots from the nine metre position","type":"integer","nullable":true,"format":"int32"},"nineMetreMissedShotsPerMatch":{"description":"Average number of missed shots from the nine metre position per match","type":"number","nullable":true,"format":"float"},"nineMetrePostHits":{"description":"Total number of post hits from the nine metre position","type":"integer","nullable":true,"format":"int32"},"nineMetrePostHitsPerMatch":{"description":"Average number of post hits from the nine metre position per match","type":"number","nullable":true,"format":"float"},"nineMetreRightGoalsScored":{"description":"Total number of goals scored from the nine metre right position","type":"integer","nullable":true,"format":"int32"},"nineMetreRightGoalsScoredPerMatch":{"description":"Average number of goals scored from the nine metre right position per match","type":"number","nullable":true,"format":"float"},"nineMetreRightMissedShots":{"description":"Total number of missed shots from the nine metre right position","type":"integer","nullable":true,"format":"int32"},"nineMetreRightMissedShotsPerMatch":{"description":"Average number of missed shots from the nine metre right position per match","type":"number","nullable":true,"format":"float"},"nineMetreRightPostHits":{"description":"Total number of post hits from the nine metre right position","type":"integer","nullable":true,"format":"int32"},"nineMetreRightPostHitsPerMatch":{"description":"Average number of post hits from the nine metre right position per match","type":"number","nullable":true,"format":"float"},"nineMetreRightShootingAccuracy":{"description":"Shot rate of shots on goal from the nine metre right position","type":"number","format":"float"},"nineMetreRightShootingAccuracyPerMatch":{"description":"Shot rate of shots on goal from the nine metre right position per match","type":"number","nullable":true,"format":"float"},"nineMetreRightShots":{"description":"Total number of nine metre right shots attempted","type":"integer","nullable":true,"format":"int32"},"nineMetreRightShotsPerMatch":{"description":"Average number of nine metre right shots attempted per match","type":"number","nullable":true,"format":"float"},"nineMetreRightShotsBlocked":{"description":"Total number of shots blocked from the nine metre right position","type":"integer","nullable":true,"format":"int32"},"nineMetreRightShotsBlockedPerMatch":{"description":"Average number of shots blocked from the nine metre right position per match","type":"number","nullable":true,"format":"float"},"nineMetreRightShotsOnGoal":{"description":"Total number of nine metre right shots on goal","type":"integer","nullable":true,"format":"int32"},"nineMetreRightShotsOnGoalPerMatch":{"description":"Average number of nine metre right shots on goal per match","type":"number","nullable":true,"format":"float"},"nineMetreShootingAccuracy":{"description":"Shot rate of shots on goal from the nine metre position","type":"number","format":"float"},"nineMetreShootingAccuracyPerMatch":{"description":"Shot rate of shots on goal from the nine metre position per match","type":"number","nullable":true,"format":"float"},"nineMetreShots":{"description":"Total number of nine metre shots attempted","type":"integer","nullable":true,"format":"int32"},"nineMetreShotsPerMatch":{"description":"Average number of nine metre shots attempted per match","type":"number","nullable":true,"format":"float"},"nineMetreShotsBlocked":{"description":"Total number of shots blocked from the nine metre position","type":"integer","nullable":true,"format":"int32"},"nineMetreShotsBlockedPerMatch":{"description":"Average number of shots blocked from the nine metre position per match","type":"number","nullable":true,"format":"float"},"nineMetreShotsOnGoal":{"description":"Total number of nine metre shots on goal","type":"integer","nullable":true,"format":"int32"},"nineMetreShotsOnGoalPerMatch":{"description":"Average number of nine metre shots on goal per match","type":"number","nullable":true,"format":"float"},"passivePlay":{"description":"Total number of passive play","type":"integer","nullable":true,"format":"int32"},"pivotGoalsScored":{"description":"Total number of goals scored from the pivot position","type":"integer","nullable":true,"format":"int32"},"pivotGoalsScoredPerMatch":{"description":"Average number of goals scored from the pivot position per match","type":"number","nullable":true,"format":"float"},"pivotMissedShots":{"description":"Total number of missed shots from the pivot position","type":"integer","nullable":true,"format":"int32"},"pivotMissedShotsPerMatch":{"description":"Average number of missed shots from the pivot position per match","type":"number","nullable":true,"format":"float"},"pivotPostHits":{"description":"Total number of post hits from the pivot position","type":"integer","nullable":true,"format":"int32"},"pivotPostHitsPerMatch":{"description":"Average number of post hits from the pivot position per match","type":"number","nullable":true,"format":"float"},"pivotShootingAccuracy":{"description":"Shot rate of shots on goal from the pivot position","type":"number","format":"float"},"pivotShootingAccuracyPerMatch":{"description":"Shot rate of shots on goal from the pivot position per match","type":"number","nullable":true,"format":"float"},"pivotShots":{"description":"Total number of pivot shots attempted","type":"integer","nullable":true,"format":"int32"},"pivotShotsPerMatch":{"description":"Average number of pivot shots attempted per match","type":"number","nullable":true,"format":"float"},"pivotShotsBlocked":{"description":"Total number of shots blocked from the pivot position","type":"integer","nullable":true,"format":"int32"},"pivotShotsBlockedPerMatch":{"description":"Average number of shots blocked from the pivot position per match","type":"number","nullable":true,"format":"float"},"pivotShotsOnGoal":{"description":"Total number of pivot shots on goal","type":"integer","nullable":true,"format":"int32"},"pivotShotsOnGoalPerMatch":{"description":"Average number of pivot shots on goal per match","type":"number","nullable":true,"format":"float"},"postHits":{"description":"Total number of post hits","type":"integer","nullable":true,"format":"int32"},"postHitsPerMatch":{"description":"Average number of post hits per match","type":"number","nullable":true,"format":"float"},"redCards":{"description":"Total number of red cards","type":"integer","nullable":true,"format":"int32"},"redCardsPerMatch":{"description":"Average number of red cards per match","type":"number","nullable":true,"format":"float"},"sevenMetreGoalsScored":{"description":"Total number of goals scored from the seven metre penalties","type":"integer","nullable":true,"format":"int32"},"sevenMetreGoalsScoredPerMatch":{"description":"Average number of goals scored from the seven metre penalties per match","type":"number","nullable":true,"format":"float"},"sevenMetreMissedShots":{"description":"Total number of missed shots from the seven metre penalties","type":"integer","nullable":true,"format":"int32"},"sevenMetreMissedShotsPerMatch":{"description":"Average number of missed shots from the seven metre penalties per match","type":"number","nullable":true,"format":"float"},"sevenMetrePenaltiesAwarded":{"description":"Total number of seven metre penalties awarded","type":"integer","nullable":true,"format":"int32"},"sevenMetrePenaltiesAwardedPerMatch":{"description":"Average number of seven metre penalties awarded per match","type":"number","nullable":true,"format":"float"},"sevenMetrePenaltiesCaused":{"description":"Total number of seven metre penalties caused","type":"integer","nullable":true,"format":"int32"},"sevenMetrePenaltiesCausedPerMatch":{"description":"Average number of seven metre penalties caused per match","type":"number","nullable":true,"format":"float"},"sevenMetrePenaltyFouls":{"description":"Total number of seven metre penalty fouls","type":"integer","nullable":true,"format":"int32"},"sevenMetrePenaltyFoulsPerMatch":{"description":"Average number of seven metre penalty fouls per match","type":"number","nullable":true,"format":"float"},"sevenMetrePostHits":{"description":"Total number of post hits from the seven metre penalties","type":"integer","nullable":true,"format":"int32"},"sevenMetrePostHitsPerMatch":{"description":"Average number of post hits from the seven metre penalties per match","type":"number","nullable":true,"format":"float"},"sevenMetreShootingAccuracy":{"description":"Shot rate of shots on goal from seven metre penalties","type":"number","format":"float"},"sevenMetreShootingAccuracyPerMatch":{"description":"Shot rate of shots on goal from seven metre penalties per match","type":"number","nullable":true,"format":"float"},"sevenMetreShots":{"description":"Total number of seven metre penalty shots attempted","type":"integer","nullable":true,"format":"int32"},"sevenMetreShotsPerMatch":{"description":"Average number of seven metre penalty shots attempted per match","type":"number","nullable":true,"format":"float"},"sevenMetreShotsBlocked":{"description":"Total number of shots blocked from the seven metre penalties","type":"integer","nullable":true,"format":"int32"},"sevenMetreShotsBlockedPerMatch":{"description":"Average number of shots blocked from the seven metre penalties per match","type":"number","nullable":true,"format":"float"},"sevenMetreShotsOnGoal":{"description":"Total number of seven metre penalty shots on goal","type":"integer","nullable":true,"format":"int32"},"sevenMetreShotsOnGoalPerMatch":{"description":"Average number of seven metre penalty shots on goal per match","type":"number","nullable":true,"format":"float"},"shootingAccuracy":{"description":"Shot rate for all shots on goal","type":"number","format":"float"},"shootingAccuracyPerMatch":{"description":"Shot rate for all shots on goal per match","type":"number","nullable":true,"format":"float"},"shootOuts":{"description":"Total number of shoot outs","type":"integer","nullable":true,"format":"int32"},"shootOutsPerMatch":{"description":"Average number of shoot outs per match","type":"number","nullable":true,"format":"float"},"shootOutsMade":{"description":"Total number of goals scored from shoot out shots","type":"integer","nullable":true,"format":"int32"},"shootOutsMadePerMatch":{"description":"Average number of shoot outs made per match","type":"number","nullable":true,"format":"float"},"shootOutsMissed":{"description":"Total number of shoot out shots missed","type":"integer","nullable":true,"format":"int32"},"shootOutsMissedPerMatch":{"description":"Average number of shoot outs missed per match","type":"number","nullable":true,"format":"float"},"shootOutsSaved":{"description":"Total number of shoot out shots saved","type":"integer","nullable":true,"format":"int32"},"shootOutsSavedPerMatch":{"description":"Average number of shoot outs saved per match","type":"number","nullable":true,"format":"float"},"shots":{"description":"Total number of shots. This is made up of all shots, including shot that are blocked, saved, lead to a goal, missed, hit the bar or post.","type":"integer","nullable":true,"format":"int32"},"shotsPerMatch":{"description":"Average number of shots per match","type":"number","nullable":true,"format":"float"},"shotsBlocked":{"description":"Total number of shots blocked","type":"integer","nullable":true,"format":"int32"},"shotsBlockedPerMatch":{"description":"Average number of shots blocked per match","type":"number","nullable":true,"format":"float"},"shotsOnGoal":{"description":"Total number of shots on target. This is made up of shots that lead to goals or a save from the Goalie.","type":"integer","nullable":true,"format":"int32"},"shotsOnGoalPerMatch":{"description":"Average number of shots on goal per match","type":"number","nullable":true,"format":"float"},"shotsSavedByGoalKeeper":{"description":"The number of shots taken by a player that were saved by the opposition goalkeeper","type":"integer","nullable":true,"format":"int32"},"shotsSavedByGoalKeeperPerMatch":{"description":"Average number of shots taken by a player that were saved by the opposition goalkeeper per match","type":"number","nullable":true,"format":"float"},"sixMetreCentreGoalsScored":{"description":"Total number of goals scored from the six metre centre position","type":"integer","nullable":true,"format":"int32"},"sixMetreCentreGoalsScoredPerMatch":{"description":"Average number of goals scored from the six metre centre position per match","type":"number","nullable":true,"format":"float"},"sixMetreCentreMissedShots":{"description":"Total number of missed shots from the six metre centre position","type":"integer","nullable":true,"format":"int32"},"sixMetreCentreMissedShotsPerMatch":{"description":"Average number of missed shots from the six metre centre position per match","type":"number","nullable":true,"format":"float"},"sixMetreCentrePostHits":{"description":"Total number of post hits from the six metre centre position","type":"integer","nullable":true,"format":"int32"},"sixMetreCentrePostHitsPerMatch":{"description":"Average number of post hits from the six metre centre position per match","type":"number","nullable":true,"format":"float"},"sixMetreCentreShootingAccuracy":{"description":"Shot rate of shots on goal from the six metre centre position","type":"number","format":"float"},"sixMetreCentreShootingAccuracyPerMatch":{"description":"Shot rate of shots on goal from the six metre centre position per match","type":"number","nullable":true,"format":"float"},"sixMetreCentreShots":{"description":"Total number of six metre centre shots","type":"integer","nullable":true,"format":"int32"},"sixMetreCentreShotsPerMatch":{"description":"Average number of six metre centre shots per match","type":"number","nullable":true,"format":"float"},"sixMetreCentreShotsBlocked":{"description":"Total number of shots blocked from the six metre centre position","type":"integer","nullable":true,"format":"int32"},"sixMetreCentreShotsBlockedPerMatch":{"description":"Average number of shots blocked from the six metre centre position per match","type":"number","nullable":true,"format":"float"},"sixMetreCentreShotsOnGoal":{"description":"Total number of six metre centre shots on goal","type":"integer","nullable":true,"format":"int32"},"sixMetreCentreShotsOnGoalPerMatch":{"description":"Average number of six metre centre shots on goal per match","type":"number","nullable":true,"format":"float"},"sixMetreGoalsScored":{"description":"Total number of goals scored from the six metre position","type":"integer","nullable":true,"format":"int32"},"sixMetreGoalsScoredPerMatch":{"description":"Average number of goals scored from the six metre position per match","type":"number","nullable":true,"format":"float"},"sixMetreLeftGoalsScored":{"description":"Total number of goals scored from the six metre left position","type":"integer","nullable":true,"format":"int32"},"sixMetreLeftGoalsScoredPerMatch":{"description":"Average number of goals scored from the six metre left position per match","type":"number","nullable":true,"format":"float"},"sixMetreLeftMissedShots":{"description":"Total number of missed shots from the six metre left position","type":"integer","nullable":true,"format":"int32"},"sixMetreLeftMissedShotsPerMatch":{"description":"Average number of missed shots from the six metre left position per match","type":"number","nullable":true,"format":"float"},"sixMetreLeftPostHits":{"description":"Total number of post hits from the six metre left position","type":"integer","nullable":true,"format":"int32"},"sixMetreLeftPostHitsPerMatch":{"description":"Average number of post hits from the six metre left position per match","type":"number","nullable":true,"format":"float"},"sixMetreLeftShootingAccuracy":{"description":"Shot rate of shots on goal from the six metre left position","type":"number","format":"float"},"sixMetreLeftShootingAccuracyPerMatch":{"description":"Shot rate of shots on goal from the six metre left position per match","type":"number","nullable":true,"format":"float"},"sixMetreLeftShots":{"description":"Total number of six metre left shots attempted","type":"integer","nullable":true,"format":"int32"},"sixMetreLeftShotsPerMatch":{"description":"Average number of six metre left shots attempted per match","type":"number","nullable":true,"format":"float"},"sixMetreLeftShotsBlocked":{"description":"Total number of shots blocked from the six metre left position","type":"integer","nullable":true,"format":"int32"},"sixMetreLeftShotsBlockedPerMatch":{"description":"Average number of shots blocked from the six metre left position per match","type":"number","nullable":true,"format":"float"},"sixMetreLeftShotsOnGoal":{"description":"Total number of six metre left shots on goal","type":"integer","nullable":true,"format":"int32"},"sixMetreLeftShotsOnGoalPerMatch":{"description":"Average number of six metre left shots on goal per match","type":"number","nullable":true,"format":"float"},"sixMetreMissedShots":{"description":"Total number of missed shots from the six metre position","type":"integer","nullable":true,"format":"int32"},"sixMetreMissedShotsPerMatch":{"description":"Average number of missed shots from the six metre position per match","type":"number","nullable":true,"format":"float"},"sixMetrePostHits":{"description":"Total number of post hits from the six metre position","type":"integer","nullable":true,"format":"int32"},"sixMetrePostHitsPerMatch":{"description":"Average number of post hits from the six metre position per match","type":"number","nullable":true,"format":"float"},"sixMetreRightGoalsScored":{"description":"Total number of goals scored from the six metre right position","type":"integer","nullable":true,"format":"int32"},"sixMetreRightGoalsScoredPerMatch":{"description":"Average number of goals scored from the six metre right position per match","type":"number","nullable":true,"format":"float"},"sixMetreRightMissedShots":{"description":"Total number of missed shots from the six metre right position","type":"integer","nullable":true,"format":"int32"},"sixMetreRightMissedShotsPerMatch":{"description":"Average number of missed shots from the six metre right position per match","type":"number","nullable":true,"format":"float"},"sixMetreRightPostHits":{"description":"Total number of post hits from the six metre right position","type":"integer","nullable":true,"format":"int32"},"sixMetreRightPostHitsPerMatch":{"description":"Average number of post hits from the six metre right position per match","type":"number","nullable":true,"format":"float"},"sixMetreRightShootingAccuracy":{"description":"Shot rate of shots on goal from the six metre right position","type":"number","format":"float"},"sixMetreRightShootingAccuracyPerMatch":{"description":"Shot rate of shots on goal from the six metre right position per match","type":"number","nullable":true,"format":"float"},"sixMetreRightShots":{"description":"Total number of six metre right shots attempted","type":"integer","nullable":true,"format":"int32"},"sixMetreRightShotsPerMatch":{"description":"Average number of six metre right shots attempted per match","type":"number","nullable":true,"format":"float"},"sixMetreRightShotsBlocked":{"description":"Total number of shots blocked from the six metre right position","type":"integer","nullable":true,"format":"int32"},"sixMetreRightShotsBlockedPerMatch":{"description":"Average number of shots blocked from the six metre right position per match","type":"number","nullable":true,"format":"float"},"sixMetreRightShotsOnGoal":{"description":"Total number of six metre right shots on goal","type":"integer","nullable":true,"format":"int32"},"sixMetreRightShotsOnGoalPerMatch":{"description":"Average number of six metre right shots on goal per match","type":"number","nullable":true,"format":"float"},"sixMetreShootingAccuracy":{"description":"Shot rate of shots on goal from the six metre position","type":"number","format":"float"},"sixMetreShootingAccuracyPerMatch":{"description":"Shot rate of shots on goal from the six metre position per match","type":"number","nullable":true,"format":"float"},"sixMetreShots":{"description":"Total number of six metre shots attempted","type":"integer","nullable":true,"format":"int32"},"sixMetreShotsPerMatch":{"description":"Average number of six metre shots attempted per match","type":"number","nullable":true,"format":"float"},"sixMetreShotsBlocked":{"description":"Total number of shots blocked from the six metre position","type":"integer","nullable":true,"format":"int32"},"sixMetreShotsBlockedPerMatch":{"description":"Average number of shots blocked from the six metre position per match","type":"number","nullable":true,"format":"float"},"sixMetreShotsOnGoal":{"description":"Total number of six metre shots on goal","type":"integer","nullable":true,"format":"int32"},"sixMetreShotsOnGoalPerMatch":{"description":"Average number of six metre shots on goal per match","type":"number","nullable":true,"format":"float"},"speedDistancePerTime":{"description":"Distance covered by the player on specific speed per minute","type":"number","nullable":true,"format":"float"},"speedMax":{"description":"Maximum speed [m/s] of the player during the session","type":"number","nullable":true,"format":"float"},"steals":{"description":"Total number of stolen balls by the player","type":"integer","nullable":true,"format":"int32"},"stealsPerMatch":{"description":"Average number of stolen balls by the player per match","type":"number","nullable":true,"format":"float"},"stopFouls":{"description":"Total number of stop fouls","type":"integer","nullable":true,"format":"int32"},"stopFoulsPerMatch":{"description":"Average number of stop fouls committed per match","type":"number","nullable":true,"format":"float"},"stopFoulsDrawn":{"description":"Total number of stop fouls drawn","type":"integer","nullable":true,"format":"int32"},"stopFoulsDrawnPerMatch":{"description":"Average number of stop fouls drawn per match","type":"number","nullable":true,"format":"float"},"substitutions":{"description":"Total number of substitutions","type":"integer","nullable":true,"format":"int32"},"substitutionsPerMatch":{"description":"Average number of substitutions per match","type":"number","nullable":true,"format":"float"},"suspensions":{"description":"Total number of suspensions","type":"integer","nullable":true,"format":"int32"},"suspensionsPerMatch":{"description":"Average number of suspensions per match","type":"number","nullable":true,"format":"float"},"technicalBallFaults":{"description":"Total number of technical ball errors","type":"integer","nullable":true,"format":"int32"},"technicalBallFaultsPerMatch":{"description":"Average number of technical ball errors per match","type":"number","nullable":true,"format":"float"},"technicalFaults":{"description":"Total number of technical errors","type":"integer","nullable":true,"format":"int32"},"technicalFaultsPerMatch":{"description":"Average number of technical errors per match","type":"number","nullable":true,"format":"float"},"technicalRuleFaults":{"description":"Total number of technical rule errors","type":"integer","nullable":true,"format":"int32"},"technicalRuleFaultsPerMatch":{"description":"Average number of technical rule errors per match","type":"number","nullable":true,"format":"float"},"timeOnPlayingField":{"description":"Time in minutes (in ISO8601 Duration format) that each player spent on the playing field during the game","anyOf":[{"type":"string","format":"duration"},{"type":"number","format":"float"}],"nullable":true},"timeBallPossession":{"description":"Accumulated time in minutes (in ISO8601 Duration format) in which the player had the possession of the ball","anyOf":[{"type":"string","format":"duration"},{"type":"number","format":"float"}],"nullable":true},"timePlayed":{"description":"Total number of minutes the played","type":"integer","nullable":true,"format":"int32"},"timePlayedPerMatch":{"description":"Average number of minutes the played per match","type":"number","nullable":true,"format":"float"},"turnovers":{"description":"Total number of turnovers","type":"integer","nullable":true,"format":"int32"},"turnoversPerMatch":{"description":"Average number of turnovers per match","type":"number","nullable":true,"format":"float"},"twoMinuteSuspensions":{"description":"Total number of two minute suspensions","type":"integer","nullable":true,"format":"int32"},"twoMinuteSuspensionsPerMatch":{"description":"Average number of two minute suspensions per match","type":"number","nullable":true,"format":"float"},"wingGoalsScored":{"description":"Total number of goals scored from the wing position","type":"integer","nullable":true,"format":"int32"},"wingGoalsScoredPerMatch":{"description":"Average number of goals scored from the wing position per match","type":"number","nullable":true,"format":"float"},"wingLeftGoalsScored":{"description":"Total number of goals scored from the left wing position","type":"integer","nullable":true,"format":"int32"},"wingLeftGoalsScoredPerMatch":{"description":"Average number of goals scored from the left wing position per match","type":"number","nullable":true,"format":"float"},"wingLeftMissedShots":{"description":"Total number of missed shots from the left wing position","type":"integer","nullable":true,"format":"int32"},"wingLeftMissedShotsPerMatch":{"description":"Average number of missed shots from the left wing position per match","type":"number","nullable":true,"format":"float"},"wingLeftPostHits":{"description":"Total number of post hits from the left wing position","type":"integer","nullable":true,"format":"int32"},"wingLeftPostHitsPerMatch":{"description":"Average number of post hits from the left wing position per match","type":"number","nullable":true,"format":"float"},"wingLeftShootingAccuracy":{"description":"Shot rate of shots on goal from the left wing position","type":"number","format":"float"},"wingLeftShootingAccuracyPerMatch":{"description":"Shot rate of shots on goal from the left wing position per match","type":"number","nullable":true,"format":"float"},"wingLeftShots":{"description":"Total number of wing left shots attempted","type":"integer","nullable":true,"format":"int32"},"wingLeftShotsPerMatch":{"description":"Average number of wing left shots attempted per match","type":"number","nullable":true,"format":"float"},"wingLeftShotsBlocked":{"description":"Total number of shots blocked from the left wing position","type":"integer","nullable":true,"format":"int32"},"wingLeftShotsBlockedPerMatch":{"description":"Average number of shots blocked from the left wing position per match","type":"number","nullable":true,"format":"float"},"wingLeftShotsOnGoal":{"description":"Total number of left wing shots on goal","type":"integer","nullable":true,"format":"int32"},"wingLeftShotsOnGoalPerMatch":{"description":"Average number of left wing shots on goal per match","type":"number","nullable":true,"format":"float"},"wingMissedShots":{"description":"Total number of missed shots from the wing position","type":"integer","nullable":true,"format":"int32"},"wingMissedShotsPerMatch":{"description":"Average number of missed shots from the wing position per match","type":"number","nullable":true,"format":"float"},"wingPostHits":{"description":"Total number of post hits from the wing position","type":"integer","nullable":true,"format":"int32"},"wingPostHitsPerMatch":{"description":"Average number of post hits from the wing position per match","type":"number","nullable":true,"format":"float"},"wingRightGoalsScored":{"description":"Total number of goals scored from the right wing position","type":"integer","nullable":true,"format":"int32"},"wingRightGoalsScoredPerMatch":{"description":"Average number of goals scored from the right wing position per match","type":"number","nullable":true,"format":"float"},"wingRightMissedShots":{"description":"Total number of missed shots from the right wing position","type":"integer","nullable":true,"format":"int32"},"wingRightMissedShotsPerMatch":{"description":"Average number of missed shots from the right wing position per match","type":"number","nullable":true,"format":"float"},"wingRightPostHits":{"description":"Total number of post hits from the right wing position","type":"integer","nullable":true,"format":"int32"},"wingRightPostHitsPerMatch":{"description":"Average number of post hits from the right wing position per match","type":"number","nullable":true,"format":"float"},"wingRightShootingAccuracy":{"description":"Shot rate of shots on goal from the right wing position","type":"number","format":"float"},"wingRightShootingAccuracyPerMatch":{"description":"Shot rate of shots on goal from the right wing position per match","type":"number","nullable":true,"format":"float"},"wingRightShots":{"description":"Total number of wing right shots attempted","type":"integer","nullable":true,"format":"int32"},"wingRightShotsPerMatch":{"description":"Average number of wing right shots attempted per match","type":"number","nullable":true,"format":"float"},"wingRightShotsBlocked":{"description":"Total number of shots blocked from the right wing position","type":"integer","nullable":true,"format":"int32"},"wingRightShotsBlockedPerMatch":{"description":"Average number of shots blocked from the right wing position per match","type":"number","nullable":true,"format":"float"},"wingRightShotsOnGoal":{"description":"Total number of right wing shots on goal","type":"integer","nullable":true,"format":"int32"},"wingRightShotsOnGoalPerMatch":{"description":"Average number of right wing shots on goal per match","type":"number","nullable":true,"format":"float"},"wingShootingAccuracy":{"description":"Shot rate of all shots on goal from the wing position","type":"number","format":"float"},"wingShootingAccuracyPerMatch":{"description":"Shot rate of all shots on goal from the wing position per match","type":"number","nullable":true,"format":"float"},"wingShots":{"description":"Total number of wing shots attempted","type":"integer","nullable":true,"format":"int32"},"wingShotsPerMatch":{"description":"Average number of wing shots attempted per match","type":"number","nullable":true,"format":"float"},"wingShotsBlocked":{"description":"Total number of shots blocked from the wing position","type":"integer","nullable":true,"format":"int32"},"wingShotsBlockedPerMatch":{"description":"Average number of shots blocked from the wing position per match","type":"number","nullable":true,"format":"float"},"wingShotsOnGoal":{"description":"Total number of wing shots on goal","type":"integer","nullable":true,"format":"int32"},"wingShotsOnGoalPerMatch":{"description":"Average number of wing shots on goal per match","type":"number","nullable":true,"format":"float"},"wins":{"description":"The number of wins","type":"integer","nullable":true,"format":"int32"},"yellowCards":{"description":"Total number of yellow cards","type":"integer","nullable":true,"format":"int32"},"yellowCardsPerMatch":{"description":"Average number of yellow cards per match","type":"number","nullable":true,"format":"float"}}}},"title":"competition person statistics model"},"ErrorModel":{"type":"object","properties":{"code":{"type":"integer","description":"HTTP Error code indicating the type of error.  If there are multiple errors, then this will be the code of the first one.","format":"int32"},"message":{"type":"string","description":"A message indicating the reason for the error. If there are multiple errors, then this is the message for the first one."},"errors":{"type":"array","items":{"$ref":"#/components/schemas/ErrorListModel"}}}},"ErrorListModel":{"type":"object","properties":{"code":{"type":"integer","description":"HTTP Error code indicating the type of error.","format":"int32"},"reason":{"enum":["INVALID_DATA","NOT_FOUND","NOT_AUTHORISED","ERROR","DELETE_ERROR"],"description":"A short code indicating the type of error"},"message":{"type":"string","description":"A message indicating the reason for the error"},"rowNumber":{"type":"integer","description":"The row number of the payload that cause the error","format":"int32"}}}},"responses":{"ErrorResponse":{"description":"Error","content":{"application/json":{"schema":{"type":"object","properties":{"meta":{"$ref":"#/components/schemas/ResponseMetaData"},"error":{"$ref":"#/components/schemas/ErrorModel"}}}}}}},"parameters":{"external":{"name":"external","description":"A comma separated list of fields that will instead be interpreted as an externalId. See [External Ids](#section/Introduction/External-Ids) for more information.","schema":{"type":"string"},"required":false,"in":"query"},"fields":{"name":"fields","description":"A comma separated list of fields to display.  The response will only display these fields. See [Partial Response](#section/Partial-Response) section for more information.","schema":{"type":"string"},"required":false,"in":"query"},"hideNull":{"name":"hideNull","description":"Don't display data fields with null values or empty structures","schema":{"type":"boolean"},"required":false,"in":"query"},"include":{"name":"include","description":"A comma separated list of resource types to include. See [Resource Inclusion](#section/Introduction/Resource-Inclusion) for more information.","schema":{"type":"string"},"required":false,"in":"query"}}},"paths":{"/handball/admin/statistics/leaders/in/competitions/config/build":{"post":{"tags":["Competition Leaders"],"summary":"Build competition person leaders from configuration","description":"Trigger competition person leaders builds for configured organizations and competitions.","operationId":"cl_config_build","responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","title":"Competition_Person_Statistics Response","properties":{"meta":{"$ref":"#/components/schemas/ResponseMetaData"},"links":{"$ref":"#/components/schemas/ResponseLinks"},"included":{"$ref":"#/components/schemas/IncludedData"},"data":{"type":"array","description":"","items":{"$ref":"#/components/schemas/Competition_Person_StatisticsModel"}}}}}}},"default":{"$ref":"#/components/responses/ErrorResponse"}},"parameters":[{"$ref":"#/components/parameters/external"},{"$ref":"#/components/parameters/fields"},{"$ref":"#/components/parameters/hideNull"},{"$ref":"#/components/parameters/include"}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","additionalProperties":false,"properties":{"competitionPersonLeadersConfigurationId":{"description":"The unique identifier of the ~competition person leaders configuration~ row","type":"string","format":"uuid"},"organizationId":{"description":"The unique identifier of the organization","type":"string","minLength":5,"maxLength":5},"competitionId":{"description":"The unique identifier of the competition (optional for org-wide config)","type":"string","format":"uuid","nullable":true},"runEvery":{"description":"Minutes between scheduled builds (0 to always allow)","type":"integer","format":"int32"}},"title":"competition person leaders configuration post body","required":["organizationId"]}}}}}}}}
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.sportradar.com/datacore/sports-apis/handball/datacore-api-v1/competition-leaders.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
