Destiny.Definitions.Social.DestinySocialCommendationNodeDefinition

Mobile Manifest Entity
Mapped to Mobile Manifest Table: SocialCommendationNodes
Type: object
Object Properties
color
The color associated with this group of commendations.
Type: object
tintedIcon
A version of the displayProperties icon tinted with the color of this node.
Type: string
parentCommendationNodeHash
Mapped to Definition
Type: uint32
childCommendationNodeHashes
Mapped to Definition
A list of hashes that map to child commendation nodes. Only the root commendations node is expected to have child nodes.
Type: array
Array Contents: uint32
childCommendationHashes
Mapped to Definition
A list of hashes that map to child commendations.
Type: array
Array Contents: uint32
Mapped to Manifest Database Definition: Destiny.Definitions.Social.DestinySocialCommendationDefinition
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