Average rating data model
This is a JSON object with the following fields:
Name | Type | Description | Required |
---|---|---|---|
average | Float | The rating. | Yes |
contentId | String | The ID of the content being rated. | Yes |
count | Integer | The number of ratings for this content ID. | Yes |
Example
{
"contentId":"LYS987654",
"average":4.2,
"count":231
}