Live ticking clock on a dark card, updates every second
| Field | Type | |
|---|---|---|
| label | string (optional, alias: title) | optional |
| format | string (optional, 12h|24h, default 24h) | optional |
| timezone | string (optional, IANA tz label for display only) | optional |
{
"type": "live_clock"
}
{
"identifier": "urn:air:a2uicatalog.ai:atom:live_clock",
"displayName": "Live Clock",
"type": "application/vnd.a2ui.atom+json",
"url": "https://a2uicatalog.ai/atoms/live_clock",
"capabilities": [
"apps-script-web"
],
"description": "Live ticking clock on a dark card, updates every second",
"representativeQueries": [
"show a live ticking clock widget",
"live ticking clock on a dark card, updates every second",
"render a live clock"
]
}
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 →