Source
This page was generated with Wiki Builder. Do not change the format!
Info
Schema
- Schema Type: Class
- Type: object
Example
{
"{string}": {
// Type: Dictionary<string,DestinyHistoricalStatsValue>
"allTime": {
"{string}": {
// Type: string
"statId": "",
// Type: DestinyHistoricalStatsValuePair
"basic": {},
// Type: DestinyHistoricalStatsValuePair
"pga": {},
// Type: DestinyHistoricalStatsValuePair
"weighted": {},
// Type: integer:int64:nullable
"activityId": 0
}
},
// Type: Dictionary<string,DestinyHistoricalStatsValue>
"allTimeTier1": {
"{string}": {
// Type: string
"statId": "",
// Type: DestinyHistoricalStatsValuePair
"basic": {},
// Type: DestinyHistoricalStatsValuePair
"pga": {},
// Type: DestinyHistoricalStatsValuePair
"weighted": {},
// Type: integer:int64:nullable
"activityId": 0
}
},
// Type: Dictionary<string,DestinyHistoricalStatsValue>
"allTimeTier2": {
"{string}": {
// Type: string
"statId": "",
// Type: DestinyHistoricalStatsValuePair
"basic": {},
// Type: DestinyHistoricalStatsValuePair
"pga": {},
// Type: DestinyHistoricalStatsValuePair
"weighted": {},
// Type: integer:int64:nullable
"activityId": 0
}
},
// Type: Dictionary<string,DestinyHistoricalStatsValue>
"allTimeTier3": {
"{string}": {
// Type: string
"statId": "",
// Type: DestinyHistoricalStatsValuePair
"basic": {},
// Type: DestinyHistoricalStatsValuePair
"pga": {},
// Type: DestinyHistoricalStatsValuePair
"weighted": {},
// Type: integer:int64:nullable
"activityId": 0
}
},
// Type: DestinyHistoricalStatsPeriodGroup[]
"daily": [
// Type: DestinyHistoricalStatsPeriodGroup
{
// Type: string:date-time
"period": "",
// Type: DestinyHistoricalStatsActivity
"activityDetails": {},
// Type: Dictionary<string,DestinyHistoricalStatsValue>
"values": {
"{string}": {
// Type: string
"statId": "",
// Type: DestinyHistoricalStatsValuePair
"basic": {},
// Type: DestinyHistoricalStatsValuePair
"pga": {},
// Type: DestinyHistoricalStatsValuePair
"weighted": {},
// Type: integer:int64:nullable
"activityId": 0
}
}
}
],
// Type: DestinyHistoricalStatsPeriodGroup[]
"monthly": [
// Type: DestinyHistoricalStatsPeriodGroup
{
// Type: string:date-time
"period": "",
// Type: DestinyHistoricalStatsActivity
"activityDetails": {},
// Type: Dictionary<string,DestinyHistoricalStatsValue>
"values": {
"{string}": {
// Type: string
"statId": "",
// Type: DestinyHistoricalStatsValuePair
"basic": {},
// Type: DestinyHistoricalStatsValuePair
"pga": {},
// Type: DestinyHistoricalStatsValuePair
"weighted": {},
// Type: integer:int64:nullable
"activityId": 0
}
}
}
]
}
}