2.0 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.