vendors property
Replaces vendorHashes, which I knew was going to be trouble the day it walked in the door. This will return not only what Vendors are active and relevant to the activity (in an implied order that you can choose to ignore), but also other data - for example, if the Vendor is featuring a specific item relevant to this event that you should show with them.
Implementation
@JsonKey(name:'vendors')
List<DestinyMilestoneVendor>? vendors;