Glossary list where hovering a term shows its definition as a tooltip
| Field | Type | |
|---|---|---|
| terms | array of {term, definition} | required |
| text | string (optional, introductory prose, alias: intro) | optional |
{
"type": "tooltip_glossary",
"terms": [
{
"term": "API",
"definition": "Application Programming Interface"
},
{
"term": "A2UI",
"definition": "Adaptive Atom-based UI"
}
]
}
{
"identifier": "urn:air:a2uicatalog.ai:atom:tooltip_glossary",
"displayName": "Tooltip Glossary",
"type": "application/vnd.a2ui.atom+json",
"url": "https://a2uicatalog.ai/atoms/tooltip_glossary",
"capabilities": [
"apps-script-web"
],
"description": "Glossary list where hovering a term shows its definition as a tooltip",
"representativeQueries": [
"show a glossary with hover tooltips",
"glossary list where hovering a term shows its definition as a tooltip",
"render a tooltip glossary"
]
}
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 →