Footnote Group

Renders a numbered list of footnotes at the bottom of an article or section.

Surfaces
webemailapps-script-web
Degraded on
SurfaceNote
meet-stageFootnotes not visible in viewport-fitted stage.
Fields
FieldType
footnotesarray of {id, text}. Footnote entries.required
Example payload
{
  "type": "footnote_group",
  "footnotes": [
    {
      "id": 1,
      "text": "Source: Example Report, 2026."
    }
  ]
}
ARD catalog entry
{
  "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"
  ]
}
← 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 →