Deprecation Notice

Displays a prominent warning banner indicating a feature or API is no longer supported.

Surfaces
webapps-script-web
Degraded on
SurfaceNote
googlechatBox styling lost, collapses into standard text with manual prefix.
emailAlert background colors and icons frequently drop out.
Fields
FieldType
alternativestring. Recommended migration path or replacement feature.required
removal_versionstring. Optional version when the feature will be removed.optional
Example payload
{
  "type": "deprecation_notice",
  "alternative": "new_component"
}
ARD catalog entry
{
  "identifier": "urn:air:a2uicatalog.ai:atom:deprecation_notice",
  "displayName": "Deprecation Notice",
  "type": "application/vnd.a2ui.atom+json",
  "url": "https://a2uicatalog.ai/atoms/deprecation_notice",
  "capabilities": [
    "web",
    "apps-script-web"
  ],
  "description": "Displays a prominent warning banner indicating a feature or API is no longer supported.",
  "representativeQueries": [
    "show a warning banner for deprecated features or unsupported APIs",
    "displays a prominent warning banner indicating a feature or api is no longer supported.",
    "render a deprecation notice"
  ]
}
← 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 →