Source
This page was generated with Wiki Builder. Do not change the format!
Info
Schema
- Schema Type: Class
- Type: object
Properties
Name | Type | Description |
---|---|---|
standing | integer:int32 | Standing of the player |
score | DestinyHistoricalStatsValue | Score of the player if available |
player | DestinyPlayer | Identity details of the player |
characterId | integer:int64 | ID of the player's character used in the activity. |
values | Dictionary<string,DestinyHistoricalStatsValue> | Collection of stats for the player in this activity. |
extended | DestinyPostGameCarnageReportExtendedData | Extended data extracted from the activity blob. |
Example
{
// Type: integer:int32
"standing": 0,
// Type: DestinyHistoricalStatsValue
"score": {},
// Type: DestinyPlayer
"player": {},
// Type: integer:int64
"characterId": 0,
// 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: DestinyPostGameCarnageReportExtendedData
"extended": {}
}