Source
	This page was generated with Wiki Builder. Do not change the format!
Info
Schema
- Schema Type: Generic Class
- Type: object
Properties
| Name | Type | Description | 
|---|---|---|
| data | DestinyCharacterComponent | |
| privacy | ComponentPrivacySetting:Enum | 
Example
{
    // Type: DestinyCharacterComponent
    "data": {
        // Type: integer:int64
        "membershipId": 0,
        // Type: BungieMembershipType:Enum
        "membershipType": {},
        // Type: integer:int64
        "characterId": 0,
        // Type: string:date-time
        "dateLastPlayed": "",
        // Type: integer:int64
        "minutesPlayedThisSession": 0,
        // Type: integer:int64
        "minutesPlayedTotal": 0,
        // Type: integer:int32
        "light": 0,
        // Type: Dictionary<integer:uint32,integer:int32>
        "stats": {
            "0": 0
        },
        // Type: Destiny.Definitions.DestinyRaceDefinition:integer:uint32
        "raceHash": 0,
        // Type: Destiny.Definitions.DestinyGenderDefinition:integer:uint32
        "genderHash": 0,
        // Type: Destiny.Definitions.DestinyClassDefinition:integer:uint32
        "classHash": 0,
        // Type: DestinyRace:Enum
        "raceType": {},
        // Type: DestinyClass:Enum
        "classType": {},
        // Type: DestinyGender:Enum
        "genderType": {},
        // Type: string
        "emblemPath": "",
        // Type: string
        "emblemBackgroundPath": "",
        // Type: Destiny.Definitions.DestinyInventoryItemDefinition:integer:uint32
        "emblemHash": 0,
        // Type: DestinyColor
        "emblemColor": {},
        // Type: DestinyProgression
        "levelProgression": {},
        // Type: integer:int32
        "baseCharacterLevel": 0,
        // Type: number:float
        "percentToNextLevel": 0
    },
    // Type: ComponentPrivacySetting:Enum
    "privacy": 0
}