Version Badge

Displays a small visual tag showing software release or dependency version numbers.

Surfaces
webapps-script-web
Degraded on
SurfaceNote
googlechatRenders as unstyled plain text in brackets instead of a colored badge.
emailCustom border radius and background colors may fail to render.
Fields
FieldType
versionstring. The semantic version number or release label to display.required
statusstring: stable | beta | alpha | rc. The lifecycle stage.required
Example payload
{
  "type": "version_badge",
  "version": 1,
  "status": "Active"
}
ARD catalog entry
{
  "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"
  ]
}
← Full ARD catalog Try it live →
Deploy your own renderer

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 →