2.1.1 Rating object
Represents a rating of some sort, expressed in points on a scale from zero to five, as well as expressed as a percentage.
Example
{
"points": 4,
"score": 82
}
Fields
| Field | Type | Description |
|---|---|---|
pointsrequired |
Integer | The rating expressed on a scale from zero to five. |
scorerequired |
Integer | The rating expressed on a scale from zero to one hundred. |
Last updated on