Renders a numbered list of footnotes at the bottom of an article or section.
| Surface | Note |
|---|---|
| meet-stage | Footnotes not visible in viewport-fitted stage. |
| Field | Type | |
|---|---|---|
| footnotes | array of {id, text}. Footnote entries. | required |
{
"type": "footnote_group",
"footnotes": [
{
"id": 1,
"text": "Source: Example Report, 2026."
}
]
}
{
"identifier": "urn:air:a2uicatalog.ai:atom:footnote_group",
"displayName": "Footnote Group",
"type": "application/vnd.a2ui.atom+json",
"url": "https://a2uicatalog.ai/atoms/footnote_group",
"capabilities": [
"web",
"email",
"apps-script-web"
],
"description": "Renders a numbered list of footnotes at the bottom of an article or section.",
"representativeQueries": [
"show a numbered footnote list at section or article end",
"renders a numbered list of footnotes at the bottom of an article or section.",
"render a footnote group"
]
}
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 →