Simple stat grid showing custom key/value pairs — used to show renderer capabilities
| Field | Type | |
|---|---|---|
| stats | array of {value, label} | required |
| sub | string (optional, footer note) | optional |
| accent | string (optional, hex) | optional |
{
"type": "renderer_stats",
"stats": [
{
"label": "Views",
"value": "1.2M"
},
{
"label": "Clicks",
"value": "42K"
},
{
"label": "CTR",
"value": "3.5%"
}
]
}
{
"identifier": "urn:air:a2uicatalog.ai:atom:renderer_stats",
"displayName": "Renderer Stats",
"type": "application/vnd.a2ui.atom+json",
"url": "https://a2uicatalog.ai/atoms/renderer_stats",
"capabilities": [
"apps-script-web"
],
"description": "Simple stat grid showing custom key/value pairs \u2014 used to show renderer capabilities",
"representativeQueries": [
"show a stat grid for renderer capability metrics",
"simple stat grid showing custom key/value pairs \u2014 used to show renderer capabilities",
"render a renderer stats"
]
}
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 →