Thanks for your response, while cross checking JSON file it shows Expecting 'comma' or '}', but I am not a JSON expert can you please help me in fixing it. I am pasting the JSON file content below.
{
"templateName": {
"toBeMapped": true,
"dataType": "string",
"label": "Template Name",
},
"transEmailID": {
"toBeMapped": true,
"dataType": "string",
"label": "Tranction Recipient Address"
},
"transID": {
"toBeMapped": true,
"dataType": "string",
"label": "Transaction ID"
}
"recommendations": {
"toBeMapped": true,
"dataType": "listObject",
"label": "recommendations",
"fields": {
"sku": {
"dataType": "string",
"label": "sku"
},
"pdpURL": {
"dataType": "string",
"label": "pdpURL"
},
"imageURL": {
"dataType": "string",
"label": "imageURL"
}
}
}
}