Intro

Italic series link and/or transparency note shown at the top

Surfaces
webmeet-stagegooglechatemailpdfapps-script-web
Fields
FieldType
series_labelstringrequired
series_urlurlrequired
continuationstringoptional
notestringoptional
Example payload
{
  "type": "intro",
  "series_label": "Series label",
  "series_url": "https://example.com"
}
ARD catalog entry
{
  "identifier": "urn:air:a2uicatalog.ai:atom:intro",
  "displayName": "Intro",
  "type": "application/vnd.a2ui.atom+json",
  "url": "https://a2uicatalog.ai/atoms/intro",
  "capabilities": [
    "web",
    "meet-stage",
    "googlechat",
    "email",
    "pdf",
    "apps-script-web"
  ],
  "description": "Italic series link and/or transparency note shown at the top",
  "representativeQueries": [
    "show a series link or transparency note at article top",
    "italic series link and/or transparency note shown at the top",
    "render a intro"
  ]
}
← 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 →