Formatted GitHub repo link list at end of article
| Surface | Note |
|---|---|
| googlechat | list styling stripped — renders as plain links |
| Field | Type | |
|---|---|---|
| links | [{'label': 'string', 'url': 'string'}] | required |
{
"type": "repo_links",
"links": [
{
"label": "GitHub",
"url": "https://github.com/a2uicatalog/a2ui"
}
]
}
{
"identifier": "urn:air:a2uicatalog.ai:atom:repo_links",
"displayName": "Repo Links",
"type": "application/vnd.a2ui.atom+json",
"url": "https://a2uicatalog.ai/atoms/repo_links",
"capabilities": [
"web",
"meet-stage",
"email",
"pdf",
"apps-script-web"
],
"description": "Formatted GitHub repo link list at end of article",
"representativeQueries": [
"show a styled GitHub repo link list",
"formatted github repo link list at end of article",
"render a repo links"
]
}
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 →