Displays the estimated duration required to fully read or complete an article.
| Surface | Note |
|---|---|
| googlechat | Falls back to raw text timing statement. |
| Badge decorations fail to scale or colour. |
| Field | Type | |
|---|---|---|
| minutes | integer. The estimated reading time in minutes. | required |
{
"type": "time_estimate",
"minutes": 1
}
{
"identifier": "urn:air:a2uicatalog.ai:atom:time_estimate",
"displayName": "Time Estimate",
"type": "application/vnd.a2ui.atom+json",
"url": "https://a2uicatalog.ai/atoms/time_estimate",
"capabilities": [
"web",
"apps-script-web"
],
"description": "Displays the estimated duration required to fully read or complete an article.",
"representativeQueries": [
"show a estimated reading duration badge for article content",
"displays the estimated duration required to fully read or complete an article.",
"render a time estimate"
]
}
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 →