Hello folks,
I want to use nested field that storing unstructured data.
For example I want to store "orders" and "login_attempts" in same nested array called "events". Both of them has different parameters and "type" property, which is "order" or "login_attempt".
I cannot see anywhere in the Internet related issue about that.
Is it actually possible via the mapping design?