Structure "Rating"
This structure describes the rating data.
Description
| Name | Description | Data type | Required |
|---|---|---|---|
| goodResponseCount | Number of positive opinions. | Number | |
| badResponseCount | Number of negative opinions. | Number | |
| ball | Total score | Number |
Sample
JSON
{
"goodResponseCount": 0,
"badResponseCount": 0,
"ball": 0.0
}