Can I change the name of the field that contains the unstruct event data?

Hi!, I’m generating a couple of unstruct events already present in Snowplow such as ad impressions and ad clicks. After using the Analytics SDK to transform the events to JSON, I notice these fields: unstruct_event_com_snowplowanalytics_snowplow_ad_click_1, unstruct_event_com_snowplowanalytics_snowplow_ad_conversion_1, etc. Which contain the data for each event. Can I modify the name of this field to something more standard like data? Since I already have the event name in another field. I would do this in my script by hand but I don’t know if those names would change in the future or something.

Thanks in advance.

Could you post an example of the before and after transformation? The SDKs are all open source so it’s possible to change there if you want.