Renders a prominent, large statistic or number, often with a brief
| Field | Type | |
|---|---|---|
| value | string (the prominent number/statistic, e.g., "99%", "1.2M") | required |
| label | string (descriptive text for the stat, e.g., "customer satisfaction") | required |
| unit | optional string (e.g., "%", "users", "USD") | optional |
| color | optional string (hex code or named color for the value) | optional |
{
"type": "pull_stat",
"value": 1,
"label": "Pull Stat"
}
{
"identifier": "urn:air:a2uicatalog.ai:atom:pull_stat",
"displayName": "Pull Stat",
"type": "application/vnd.a2ui.atom+json",
"url": "https://a2uicatalog.ai/atoms/pull_stat",
"capabilities": [
"web",
"meet-stage",
"googlechat",
"email",
"pdf",
"apps-script-web"
],
"description": "Renders a prominent, large statistic or number, often with a brief",
"representativeQueries": [
"show a large display number pulled from prose for emphasis descriptive label",
"renders a prominent, large statistic or number, often with a brief",
"render a pull stat"
]
}
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 →