ReviewsAggregate Data Type

Abstract Type
Properties
name data type constraints description
percentageOf2stars string  
percentageOf1stars string  
totalReviewers number required
percentageOf3stars string  
totReviewsCount number required
noOf4stars number required
weightedAvg string  
noOf1stars number required
noOf5stars number required
percentageOf4stars string  
noOf2stars number required
noOf3stars number required
percentageOf5stars string  

Example

This data type is abstract. The example below may be incomplete. More accurate examples can be found in subtypes pages.
{
  "percentageOf2stars" : "...",
  "percentageOf1stars" : "...",
  "totalReviewers" : 12345,
  "percentageOf3stars" : "...",
  "totReviewsCount" : 12345,
  "noOf4stars" : 12345,
  "weightedAvg" : "...",
  "noOf1stars" : 12345,
  "noOf5stars" : 12345,
  "percentageOf4stars" : "...",
  "noOf2stars" : 12345,
  "noOf3stars" : 12345,
  "percentageOf5stars" : "..."
}