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": {}
}
]
}