Destiny.Definitions.DestinyEquipmentSlotDefinition

Mobile Manifest Entity
Characters can not only have Inventory buckets (containers of items that are generally matched by their type or functionality), they can also have Equipment Slots.

The Equipment Slot is an indicator that the related bucket can have instanced items equipped on the character. For instance, the Primary Weapon bucket has an Equipment Slot that determines whether you can equip primary weapons, and holds the association between its slot and the inventory bucket from which it can have items equipped.

An Equipment Slot must have a related Inventory Bucket, but not all inventory buckets must have Equipment Slots.
Mapped to Mobile Manifest Table: EquipmentSlots
Type: object
Object Properties
equipmentCategoryHash
These technically point to "Equipment Category Definitions". But don't get excited. There's nothing of significant value in those definitions, so I didn't bother to expose them. You can use the hash here to group equipment slots by common functionality, which serves the same purpose as if we had the Equipment Category definitions exposed.
Type: uint32
bucketTypeHash
Mapped to Definition
The inventory bucket that owns this equipment slot.
Type: uint32
Mapped to Manifest Database Definition: Destiny.Definitions.DestinyInventoryBucketDefinition
applyCustomArtDyes
If True, equipped items should have their custom art dyes applied when rendering the item. Otherwise, custom art dyes on an item should be ignored if the item is equipped in this slot.
Type: boolean
artDyeChannels
The Art Dye Channels that apply to this equipment slot.
Type: array
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