attributes property

  1. @JsonKey(name: 'attributes')
EquippingItemBlockAttributes? attributes
getter/setter pair

These are custom attributes on the equippability of the item. For now, this can only be "equip on acquire", which would mean that the item will be automatically equipped as soon as you pick it up.

Implementation

@JsonKey(name:'attributes')
EquippingItemBlockAttributes? attributes;