Information for a rating type metafield.

PropertiesTypeDescription
scale_maxstringThe maximum value of the rating scale.
scale_minstringThe minimum value of the rating scale.
valuenumberThe rating value.
{
  "scale_max": "10.0",
  "scale_min": "0.0",
  "value": 4.5
}