{
  "type": "object",
  "title": "NonFungibleTokenHistoryEventWithTxId",
  "description": "Non-Fungible Token history event with transaction id",
  "required": ["event_index", "asset_event_type", "tx_id"],
  "additionalProperties": false,
  "properties": {
    "sender": {
      "type": "string",
      "nullable": true
    },
    "recipient": {
      "type": "string"
    },
    "event_index": {
      "type": "integer"
    },
    "asset_event_type": {
      "type": "string"
    },
    "tx_id": {
      "type": "string"
    }
  }
}
