Displays an indicator showing the reader's current location within a multi-step sequence.
| Surface | Note |
|---|---|
| meet-stage | Live progression trackers fail to update. |
| googlechat | Renders as simple numbered fraction text. |
| Step wizard layout flattens to default text. |
| Field | Type | |
|---|---|---|
| current_step | integer. The current active step index. | required |
| total_steps | integer. Total steps in the sequence. | required |
{
"type": "progress_checkpoint",
"current_step": 2,
"total_steps": 5
}
{
"identifier": "urn:air:a2uicatalog.ai:atom:progress_checkpoint",
"displayName": "Progress Checkpoint",
"type": "application/vnd.a2ui.atom+json",
"url": "https://a2uicatalog.ai/atoms/progress_checkpoint",
"capabilities": [
"web",
"apps-script-web"
],
"description": "Displays an indicator showing the reader's current location within a multi-step sequence.",
"representativeQueries": [
"show a milestone progress indicator across multi-step tutorial",
"displays an indicator showing the reader's current location within a multi-step sequence.",
"render a progress checkpoint"
]
}
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 →