Renders a clean inventory list of downloadable assets or reference files with metadata.
| Surface | Note |
|---|---|
| googlechat | File size badges and download icons are discarded. |
| Dynamic download metrics and layouts fail to display. |
| Field | Type | |
|---|---|---|
| items | array. Download assets containing title, size, type, and url. | required |
{
"type": "resources_list",
"items": [
{
"label": "Item 1"
},
{
"label": "Item 2"
}
]
}
{
"identifier": "urn:air:a2uicatalog.ai:atom:resources_list",
"displayName": "Resources List",
"type": "application/vnd.a2ui.atom+json",
"url": "https://a2uicatalog.ai/atoms/resources_list",
"capabilities": [
"web",
"apps-script-web"
],
"description": "Renders a clean inventory list of downloadable assets or reference files with metadata.",
"representativeQueries": [
"show a downloadable project assets and attached resource links",
"renders a clean inventory list of downloadable assets or reference files with metadata.",
"render a resources list"
]
}
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 →