Resources List

Renders a clean inventory list of downloadable assets or reference files with metadata.

Surfaces
webapps-script-web
Degraded on
SurfaceNote
googlechatFile size badges and download icons are discarded.
emailDynamic download metrics and layouts fail to display.
Fields
FieldType
itemsarray. Download assets containing title, size, type, and url.required
Example payload
{
  "type": "resources_list",
  "items": [
    {
      "label": "Item 1"
    },
    {
      "label": "Item 2"
    }
  ]
}
ARD catalog entry
{
  "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"
  ]
}
← 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 →