Renders a list of capabilities, indicating which items possess each
| Surface | Note |
|---|---|
| googlechat | Renders as a simplified list of capabilities with text indicators for each item. |
| Field | Type | |
|---|---|---|
| capability_names | array | required |
| items | array | required |
{
"type": "capability_checklist",
"capability_names": [
"Vision",
"Code execution",
"Web search"
],
"items": [
{
"label": "First item"
},
{
"label": "Second item"
}
]
}
{
"identifier": "urn:air:a2uicatalog.ai:atom:capability_checklist",
"displayName": "Capability Checklist",
"type": "application/vnd.a2ui.atom+json",
"url": "https://a2uicatalog.ai/atoms/capability_checklist",
"capabilities": [
"web",
"meet-stage",
"pdf",
"apps-script-web"
],
"description": "Renders a list of capabilities, indicating which items possess each",
"representativeQueries": [
"show a feature capability tick list per tier capability using checkmarks",
"renders a list of capabilities, indicating which items possess each",
"render a capability checklist"
]
}
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 →