Source

This page was generated with Wiki Builder. Do not change the format!

Info

Schema

  • Schema Type: Class
  • Type: object

Properties

Name Type Description
statId string  
entries DestinyLeaderboardEntry[]  

Example

{
    // Type: string
    "statId": "",
    // Type: DestinyLeaderboardEntry[]
    "entries": [
       // Type: DestinyLeaderboardEntry
        {
            // Type: integer:int32
            "rank": 0,
            // Type: DestinyPlayer
            "player": {},
            // Type: integer:int64
            "characterId": 0,
            // Type: DestinyHistoricalStatsValue
            "value": {}
        }
    ]
}

References

  1. https://bungie-net.github.io/multi/schema_Destiny-HistoricalStats-DestinyLeaderboard.html#schema_Destiny-HistoricalStats-DestinyLeaderboard