Destiny.Definitions.Checklists.DestinyChecklistEntryDefinition
		The properties of an individual checklist item. Note that almost everything is optional: it is *highly* variable what kind of data we'll actually be able to return: at times we may have no other relationships to entities at all.
Whatever UI you build, do it with the knowledge that any given entry might not actually be able to be associated with some other Destiny entity.
	
	
	Whatever UI you build, do it with the knowledge that any given entry might not actually be able to be associated with some other Destiny entity.
		Type: object
	
	
	
	
	
		Object Properties
hash
						
		The identifier for this Checklist entry. Guaranteed unique only within this Checklist Definition, and not globally/for all checklists.
	
	
	
	
		Type: uint32
	
	
	
	
	
	
			
displayProperties
						
		Even if no other associations exist, we will give you *something* for display properties. In cases where we have no associated entities, it may be as simple as a numerical identifier.
	
	
	
	
		Type: object
	
	
	
	
	
	
			
destinationHash
						
		Nullable
		Mapped to Definition
	
	
	
	
	
	
		Type: uint32
	
	
	
	
	
	
	
		Mapped to Manifest Database Definition: 
		Destiny.Definitions.DestinyDestinationDefinition
	
			
locationHash
						
		Nullable
		Mapped to Definition
	
	
	
	
	
	
		Type: uint32
	
	
	
	
	
	
	
		Mapped to Manifest Database Definition: 
		Destiny.Definitions.DestinyLocationDefinition
	
			
bubbleHash
						
		Nullable
	
	
	
	
		Note that a Bubble's hash doesn't uniquely identify a "top level" entity in Destiny. Only the combination of location and bubble can uniquely identify a place in the world of Destiny: so if bubbleHash is populated, locationHash must too be populated for it to have any meaning.
You can use this property if it is populated to look up the DestinyLocationDefinition's associated .locationReleases[].activityBubbleName property.
	
	
	You can use this property if it is populated to look up the DestinyLocationDefinition's associated .locationReleases[].activityBubbleName property.
		Type: uint32
	
	
	
	
	
	
			
activityHash
						
		Nullable
		Mapped to Definition
	
	
	
	
	
	
		Type: uint32
	
	
	
	
	
	
	
		Mapped to Manifest Database Definition: 
		Destiny.Definitions.DestinyActivityDefinition
	
			
itemHash
						
		Nullable
		Mapped to Definition
	
	
	
	
	
	
		Type: uint32
	
	
	
	
	
	
	
		Mapped to Manifest Database Definition: 
		Destiny.Definitions.DestinyInventoryItemDefinition
	
			
vendorHash
						
		Nullable
		Mapped to Definition
	
	
	
	
	
	
		Type: uint32
	
	
	
	
	
	
	
		Mapped to Manifest Database Definition: 
		Destiny.Definitions.DestinyVendorDefinition
	
			
vendorInteractionIndex
						
		Nullable
	
	
	
	
	
	
		Type: int32
	
	
	
	
	
	
			
scope
						
		The scope at which this specific entry can be computed.
	
	
	
	
		Type: int32