Closing

Final paragraph + optional hashtags

Surfaces
webmeet-stagegooglechatemailpdfapps-script-web
Fields
FieldType
textstringrequired
tagslist[string]optional
Example payload
{
  "type": "closing",
  "text": "A concise description of the content."
}
ARD catalog entry
{
  "identifier": "urn:air:a2uicatalog.ai:atom:closing",
  "displayName": "Closing",
  "type": "application/vnd.a2ui.atom+json",
  "url": "https://a2uicatalog.ai/atoms/closing",
  "capabilities": [
    "web",
    "meet-stage",
    "googlechat",
    "email",
    "pdf",
    "apps-script-web"
  ],
  "description": "Final paragraph + optional hashtags",
  "representativeQueries": [
    "show a article closing paragraph with hashtags",
    "final paragraph + optional hashtags",
    "render a closing"
  ]
}
← 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 →