Numbered sequential steps with blue circle indicators
| Surface | Note |
|---|---|
| googlechat | custom list styling stripped — use bullet_list with manual numbering |
| flexbox layout unreliable — use ordered_list or bullet_list |
| Field | Type | |
|---|---|---|
| items | [{'label': 'string', 'text': 'string'}] | optional |
{
"type": "steps"
}
{
"identifier": "urn:air:a2uicatalog.ai:atom:steps",
"displayName": "Steps",
"type": "application/vnd.a2ui.atom+json",
"url": "https://a2uicatalog.ai/atoms/steps",
"capabilities": [
"web",
"meet-stage",
"pdf",
"apps-script-web"
],
"description": "Numbered sequential steps with blue circle indicators",
"representativeQueries": [
"show a numbered step-by-step instruction sequence",
"numbered sequential steps with blue circle indicators",
"render a steps"
]
}
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 →