Footnote

Renders a numbered footnote reference and its corresponding text, typically

Surfaces
webmeet-stagegooglechatemailpdfapps-script-web
Fields
FieldType
numberinteger (the footnote number)required
textstring (the footnote content)required
idstring (unique identifier for linking, e.g., "fn1")required
Example payload
{
  "type": "footnote",
  "number": 1,
  "text": "A concise description of the content.",
  "id": "example-id"
}
ARD catalog entry
{
  "identifier": "urn:air:a2uicatalog.ai:atom:footnote",
  "displayName": "Footnote",
  "type": "application/vnd.a2ui.atom+json",
  "url": "https://a2uicatalog.ai/atoms/footnote",
  "capabilities": [
    "web",
    "meet-stage",
    "googlechat",
    "email",
    "pdf",
    "apps-script-web"
  ],
  "description": "Renders a numbered footnote reference and its corresponding text, typically",
  "representativeQueries": [
    "show a numbered footnote reference at the bottom of a section or page",
    "renders a numbered footnote reference and its corresponding text, typically",
    "render a footnote"
  ]
}
← 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 →