Contributor List

Renders a list of individuals who have contributed to a project or

Surfaces
webmeet-stagepdfapps-script-web
Degraded on
SurfaceNote
googlechatRenders as a basic text list; avatars and rich formatting are not supported.
emailRenders as a basic text list; avatars and rich formatting may be rendered as simple images or not at all.
Fields
FieldType
contributorslistrequired
titlestringrequired
Example payload
{
  "type": "contributor_list",
  "contributors": [
    {
      "name": "Alice",
      "role": "Developer"
    },
    {
      "name": "Bob",
      "role": "Designer"
    }
  ],
  "title": "Contributor List"
}
ARD catalog entry
{
  "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"
  ]
}
← 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 →