Action items table with owner, due date, and status. For retros, meeting notes, sprint planning, incident reports.
| Field | Type | |
|---|---|---|
| title | string | optional |
| items | array (required). Array of {action, owner?, due?, status? ("open"|"in_progress"|"done")} | required |
{
"type": "action_items",
"items": [
{
"label": "Item 1"
},
{
"label": "Item 2"
}
]
}
{
"identifier": "urn:air:a2uicatalog.ai:atom:action_items",
"displayName": "Action Items",
"type": "application/vnd.a2ui.atom+json",
"url": "https://a2uicatalog.ai/atoms/action_items",
"capabilities": [
"web",
"apps-script-web",
"pdf"
],
"description": "Action items table with owner, due date, and status. For retros, meeting notes, sprint planning, incident reports.",
"representativeQueries": [
"show a action items table \u2014 action, owner, due date, status",
"action items table with owner, due date, and status. for retros, meeting notes, sprint planning, inc",
"render a action items"
]
}
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 →