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 |
---|---|---|
points required |
Integer | The rating expressed on a scale from zero to five. |
score required |
Integer | The rating expressed on a scale from zero to one hundred. |
Last updated on