",
"sku": "7324-L1104",
"mpn": "RJT#",
"brand": {
"@type": "Brand",
"name": "[brand]"
},
"aggregateRating": {
"@type": "AggregateRating",
"ratingValue": "0",
"reviewCount": "0",
"bestRating": "5",
"worstRating": "0"
},
"offers": {
"@type": "Offer",
"url": "https://www.example.com/product.asp?itemid=7324",
"priceCurrency": "USD",
"price": "$995.00",
"itemCondition": "https://schema.org/NewCondition",
"availability": "https://schema.org/InStock",
"seller": {
"@type": "Organization",
"name": "River Junction Trade Co"
}
},
"review": [
{
"@type": "Review",
"author": {
"@type": "Person",
"name": "[user_name]"
},
"datePublished": "[review_date]",
"reviewBody": "[long_review]",
"name": "[short_review]",
"reviewRating": {
"@type": "Rating",
"ratingValue": "[rating]",
"bestRating": "5",
"worstRating": "0"
}
}
]
}