# Contributor List

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

## Surfaces

web, google-meet-stage, pdf, google-apps-script-web, mcp-apps

## Fields

| Field | Type |
|---|---|
| contributors | list |
| title | string |

## Example payload

```json
{
  "type": "contributor_list",
  "contributors": [
    {
      "name": "Alice",
      "role": "Developer"
    },
    {
      "name": "Bob",
      "role": "Designer"
    }
  ],
  "title": "Contributor List"
}
```

Live page: https://a2uicatalog.ai/atoms/contributor_list/
Full field contract: https://a2uicatalog.ai/spec.json
