Renders an interactive star rating component for user input.
| Field | Type | |
|---|---|---|
| max_stars | integer | required |
| initial_rating | integer | required |
| name | string | required |
{
"type": "star_rating_input",
"max_stars": 5,
"initial_rating": 75,
"name": "Star Rating Input"
}
{
"identifier": "urn:air:a2uicatalog.ai:atom:star_rating_input",
"displayName": "Star Rating Input",
"type": "application/vnd.a2ui.atom+json",
"url": "https://a2uicatalog.ai/atoms/star_rating_input",
"capabilities": [
"web",
"meet-stage",
"apps-script-web"
],
"description": "Renders an interactive star rating component for user input.",
"representativeQueries": [
"show a interactive star rating input",
"renders an interactive star rating component for user input.",
"render a star rating input"
]
}
The renderer is open source. Deploy your own instance in 4 commands — you own the URL, no dependency on the demo endpoint.
git clone https://github.com/a2uicatalog/a2ui
cd apps-script-surface/gas-schema-renderer
clasp push && clasp deploy
Full deploy guide →