equipmentCategoryHash property
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.
Implementation
@JsonKey(name:'equipmentCategoryHash')
int? equipmentCategoryHash;