Source

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

Info

Schema

  • Schema Type: Class
  • Type: object

Properties

Name Type Description
activityHash integer:uint32  
status DestinyPublicActivityStatus  

Example

{
    // Type: integer:uint32
    "activityHash": 0,
    // Type: DestinyPublicActivityStatus
    "status": {
        // Type: Destiny.Definitions.DestinyObjectiveDefinition:integer:uint32[]
        "challengeObjectiveHashes": [
           // Type: integer:uint32
            0
        ],
        // Type: Destiny.Definitions.ActivityModifiers.DestinyActivityModifierDefinition:integer:uint32[]
        "modifierHashes": [
           // Type: integer:uint32
            0
        ],
        // Type: DestinyItemQuantity[]
        "rewardTooltipItems": [
           // Type: DestinyItemQuantity
            {
                // Type: Destiny.Definitions.DestinyInventoryItemDefinition:integer:uint32
                "itemHash": 0,
                // Type: integer:int64:nullable
                "itemInstanceId": 0,
                // Type: integer:int32
                "quantity": 0
            }
        ]
    }
}

References

  1. https://bungie-net.github.io/multi/schema_Trending-TrendingEntryDestinyActivity.html#schema_Trending-TrendingEntryDestinyActivity