Got this little gem today from TradeOffer#getReceivedItems
{
"id": "5688498100",
"owner": "...",
"classid": "1618444825",
"instanceid": "188530170",
"name": "",
"pos": 1,
"appid": 730,
"contextid": "2",
"amount": 1,
"is_stackable": false,
"assetid": "5688498100",
"fraudwarnings": [
],
"descriptions": [
],
"owner_descriptions": [
],
"actions": [
],
"owner_actions": [
],
"tags": [
],
"tradable": false,
"marketable": false,
"commodity": false,
"market_tradable_restriction": 0,
"market_marketable_restriction": 0
}Has anyone seen this before? How can we identify that the item is malformed? I'm just going to check for a missing market_hash_name since that's all I need, hopefully there is a way to know for sure.