Destiny.Definitions.Collectibles.DestinyCollectibleDefinition

Mobile Manifest Entity
Defines a
Mapped to Mobile Manifest Table: Collectibles
Type: object
Object Properties
scope
Indicates whether the state of this Collectible is determined on a per-character or on an account-wide basis.
Type: int32
sourceString
A human readable string for a hint about how to acquire the item.
Type: string
sourceHash
Nullable
This is a hash identifier we are building on the BNet side in an attempt to let people group collectibles by similar sources.

I can't promise that it's going to be 100% accurate, but if the designers were consistent in assigning the same source strings to items with the same sources, it *ought to* be. No promises though.

This hash also doesn't relate to an actual definition, just to note: we've got nothing useful other than the source string for this data.
Type: uint32
itemHash
Mapped to Definition
Type: uint32
Mapped to Manifest Database Definition: Destiny.Definitions.DestinyInventoryItemDefinition
presentationNodeType
Type: int32
traitIds
Type: array
Array Contents: string
traitHashes
Mapped to Definition
Type: array
Array Contents: uint32
Mapped to Manifest Database Definition: Destiny.Definitions.Traits.DestinyTraitDefinition
parentNodeHashes
Mapped to Definition
A quick reference to presentation nodes that have this node as a child. Presentation nodes can be parented under multiple parents.
Type: array
Array Contents: uint32
hash
The unique identifier for this entity. Guaranteed to be unique for the type of entity, but not globally.

When entities refer to each other in Destiny content, it is this hash that they are referring to.
Type: uint32
index
The index of the entity as it was found in the investment tables.
Type: int32
redacted
If this is true, then there is an entity with this identifier/type combination, but BNet is not yet allowed to show it. Sorry!
Type: boolean