Vertical timeline with status dots (done/active/pending/error/warning)
| Field | Type | |
|---|---|---|
| events | array of {title, date, text, status (done|active|pending|error|warning)} | optional |
| title | string | optional |
{
"type": "status_timeline"
}
{
"identifier": "urn:air:a2uicatalog.ai:atom:status_timeline",
"displayName": "Status Timeline",
"type": "application/vnd.a2ui.atom+json",
"url": "https://a2uicatalog.ai/atoms/status_timeline",
"capabilities": [
"apps-script-web"
],
"description": "Vertical timeline with status dots (done/active/pending/error/warning)",
"representativeQueries": [
"show a status-dot vertical timeline",
"vertical timeline with status dots (done/active/pending/error/warning)",
"render a status timeline"
]
}
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 →