Renders a numbered footnote reference and its corresponding text, typically
| Field | Type | |
|---|---|---|
| number | integer (the footnote number) | required |
| text | string (the footnote content) | required |
| id | string (unique identifier for linking, e.g., "fn1") | required |
{
"type": "footnote",
"number": 1,
"text": "A concise description of the content.",
"id": "example-id"
}
{
"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"
]
}
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 →