Renders a term with its definition, often with an optional link for
| Field | Type | |
|---|---|---|
| term | string (the term itself) | required |
| definition | string (the explanation) | required |
| link_text | optional string (e.g., "Learn more") | optional |
| link_url | optional string (URL for more details) | optional |
{
"type": "glossary_term",
"term": "API",
"definition": "Application Programming Interface"
}
{
"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"
]
}
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 →