Glossary Term

Renders a term with its definition, often with an optional link for

Surfaces
webmeet-stagegooglechatemailpdfapps-script-web
Fields
FieldType
termstring (the term itself)required
definitionstring (the explanation)required
link_textoptional string (e.g., "Learn more")optional
link_urloptional string (URL for more details)optional
Example payload
{
  "type": "glossary_term",
  "term": "API",
  "definition": "Application Programming Interface"
}
ARD catalog entry
{
  "identifier": "urn:air:a2uicatalog.ai:atom:glossary_term",
  "displayName": "Glossary Term",
  "type": "application/vnd.a2ui.atom+json",
  "url": "https://a2uicatalog.ai/atoms/glossary_term",
  "capabilities": [
    "web",
    "meet-stage",
    "googlechat",
    "email",
    "pdf",
    "apps-script-web"
  ],
  "description": "Renders a term with its definition, often with an optional link for",
  "representativeQueries": [
    "show a definition term with explanation more details",
    "renders a term with its definition, often with an optional link for",
    "render a glossary term"
  ]
}
← 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 →