Series Overview Card

Renders a navigation box indexing all parts within a multi-part article series.

Surfaces
webapps-script-web
Degraded on
SurfaceNote
googlechatIndexed list flattens into single unstyled lines.
emailBorder tracks and active flags are stripped.
Fields
FieldType
series_namestring. Name of the series.required
partsarray. Objects with title, url, and optional current boolean.optional
Example payload
{
  "type": "series_overview_card",
  "series_name": "Series name"
}
ARD catalog entry
{
  "identifier": "urn:air:a2uicatalog.ai:atom:series_overview_card",
  "displayName": "Series Overview Card",
  "type": "application/vnd.a2ui.atom+json",
  "url": "https://a2uicatalog.ai/atoms/series_overview_card",
  "capabilities": [
    "web",
    "apps-script-web"
  ],
  "description": "Renders a navigation box indexing all parts within a multi-part article series.",
  "representativeQueries": [
    "show a navigation index for multi-part article series parts",
    "renders a navigation box indexing all parts within a multi-part article series.",
    "render a series overview card"
  ]
}
← 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 →