# Star Rating Display

Renders a visual representation of a star rating, optionally with a

## Surfaces

web, google-meet-stage, pdf, google-apps-script-web, mcp-apps

## Fields

| Field | Type |
|---|---|
| rating | number |
| max_rating | integer |
| review_count | integer |

## Example payload

```json
{
  "type": "star_rating_display",
  "rating": 75,
  "max_rating": 75,
  "review_count": 1
}
```

Live page: https://a2uicatalog.ai/atoms/star_rating_display/
Full field contract: https://a2uicatalog.ai/spec.json
