Displays a small visual tag showing software release or dependency version numbers.
| Surface | Note |
|---|---|
| googlechat | Renders as unstyled plain text in brackets instead of a colored badge. |
| Custom border radius and background colors may fail to render. |
| Field | Type | |
|---|---|---|
| version | string. The semantic version number or release label to display. | required |
| status | string: stable | beta | alpha | rc. The lifecycle stage. | required |
{
"type": "version_badge",
"version": 1,
"status": "Active"
}
{
"identifier": "urn:air:a2uicatalog.ai:atom:version_badge",
"displayName": "Version Badge",
"type": "application/vnd.a2ui.atom+json",
"url": "https://a2uicatalog.ai/atoms/version_badge",
"capabilities": [
"web",
"apps-script-web"
],
"description": "Displays a small visual tag showing software release or dependency version numbers.",
"representativeQueries": [
"show a software release or dependency version number tag",
"displays a small visual tag showing software release or dependency version numbers.",
"render a version badge"
]
}
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 →