Renders a list of individuals who have contributed to a project or
| Surface | Note |
|---|---|
| googlechat | Renders as a basic text list; avatars and rich formatting are not supported. |
| Renders as a basic text list; avatars and rich formatting may be rendered as simple images or not at all. |
| Field | Type | |
|---|---|---|
| contributors | list | required |
| title | string | required |
{
"type": "contributor_list",
"contributors": [
{
"name": "Alice",
"role": "Developer"
},
{
"name": "Bob",
"role": "Designer"
}
],
"title": "Contributor List"
}
{
"identifier": "urn:air:a2uicatalog.ai:atom:contributor_list",
"displayName": "Contributor List",
"type": "application/vnd.a2ui.atom+json",
"url": "https://a2uicatalog.ai/atoms/contributor_list",
"capabilities": [
"web",
"meet-stage",
"pdf",
"apps-script-web"
],
"description": "Renders a list of individuals who have contributed to a project or",
"representativeQueries": [
"show a list of contributors with avatar and role community, with their",
"renders a list of individuals who have contributed to a project or",
"render a contributor 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 →