Rating Comparison

Renders a comparison of multiple items based on star ratings or numerical

Surfaces
webmeet-stagegooglechatemailpdfapps-script-web
Fields
FieldType
itemsarrayrequired
Example payload
{
  "type": "rating_comparison",
  "items": [
    {
      "label": "Item 1"
    },
    {
      "label": "Item 2"
    }
  ]
}
ARD catalog entry
{
  "identifier": "urn:air:a2uicatalog.ai:atom:rating_comparison",
  "displayName": "Rating Comparison",
  "type": "application/vnd.a2ui.atom+json",
  "url": "https://a2uicatalog.ai/atoms/rating_comparison",
  "capabilities": [
    "web",
    "meet-stage",
    "googlechat",
    "email",
    "pdf",
    "apps-script-web"
  ],
  "description": "Renders a comparison of multiple items based on star ratings or numerical",
  "representativeQueries": [
    "show a multiple items rated across dimensions scores",
    "renders a comparison of multiple items based on star ratings or numerical",
    "render a rating comparison"
  ]
}
← Full ARD catalog Try it live →
Deploy your own renderer

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 →