Italic series link and/or transparency note shown at the top
| Field | Type | |
|---|---|---|
| series_label | string | required |
| series_url | url | required |
| continuation | string | optional |
| note | string | optional |
{
"type": "intro",
"series_label": "Series label",
"series_url": "https://example.com"
}
{
"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"
]
}
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 →