I have a JSON of one of the nodes like below
"origin": {
"site": "XXXXXX",
"service": "XXXXXXXX",
"accountId": "1001472060",
"transactionId": "112477870",
"group": {
"type": "LE",
"referenceId": "2141"
}
}
I need to convert the jolt specification like below
"subscriberIds": ["account_id","PMLE_ID"]
"subscriberIds": ["12121212","121212"]
Could you please shed some lights on the above?