Hey @marketingwiz ,
you will probably need to add something like this:
"review": {
"@type": "Review",
"reviewRating": {
"@type": "Rating",
"ratingValue": "{{ product.rating }}",
"bestRating": 5
},
"author": {
"@type": "Person",
"name": "{{ product.author }}"
},
"reviewBody": "{{ product.review }}"