Further Reading

Displays a curated list of links and references for extending understanding beyond the article.

Surfaces
webapps-script-web
Degraded on
SurfaceNote
googlechatRich link metadata cards degrade into simple bracketed URLs.
emailTracking parameters on anchor links may flag spam filters.
Fields
FieldType
linksarray. Objects containing resource titles, URLs, and brief annotations.required
Example payload
{
  "type": "further_reading",
  "links": [
    {
      "label": "GitHub",
      "url": "https://github.com/a2uicatalog/a2ui"
    }
  ]
}
ARD catalog entry
{
  "identifier": "urn:air:a2uicatalog.ai:atom:further_reading",
  "displayName": "Further Reading",
  "type": "application/vnd.a2ui.atom+json",
  "url": "https://a2uicatalog.ai/atoms/further_reading",
  "capabilities": [
    "web",
    "apps-script-web"
  ],
  "description": "Displays a curated list of links and references for extending understanding beyond the article.",
  "representativeQueries": [
    "show a curated references for extending topic research",
    "displays a curated list of links and references for extending understanding beyond the article.",
    "render a further reading"
  ]
}
← 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 →