Closed knservis closed 6 years ago
Currently contexts, derived_contexts and unstruct_events are returned flattened (their field will look like "unstruct_event_com_acme_event_1_fieldName": "field value". Add an option to not do that and return the nested structure instead.
contexts
derived_contexts
unstruct_event
"unstruct_event_com_acme_event_1_fieldName": "field value"
Currently
contexts
,derived_contexts
andunstruct_event
s are returned flattened (their field will look like"unstruct_event_com_acme_event_1_fieldName": "field value"
. Add an option to not do that and return the nested structure instead.