# contributor

From **GitHub v3 REST API**.

Contributor

- Type: `object`

## Properties

### `avatar_url`

- Required: false
- Type: `string`
- Format: `uri`

### `contributions`

- Required: true
- Type: `integer`

### `email`

- Required: false
- Type: `string`

### `events_url`

- Required: false
- Type: `string`

### `followers_url`

- Required: false
- Type: `string`
- Format: `uri`

### `following_url`

- Required: false
- Type: `string`

### `gists_url`

- Required: false
- Type: `string`

### `gravatar_id`

- Required: false
- Type: `string`
- Nullable: true

### `html_url`

- Required: false
- Type: `string`
- Format: `uri`

### `id`

- Required: false
- Type: `integer`

### `login`

- Required: false
- Type: `string`

### `name`

- Required: false
- Type: `string`

### `node_id`

- Required: false
- Type: `string`

### `organizations_url`

- Required: false
- Type: `string`
- Format: `uri`

### `received_events_url`

- Required: false
- Type: `string`
- Format: `uri`

### `repos_url`

- Required: false
- Type: `string`
- Format: `uri`

### `site_admin`

- Required: false
- Type: `boolean`

### `starred_url`

- Required: false
- Type: `string`

### `subscriptions_url`

- Required: false
- Type: `string`
- Format: `uri`

### `type`

- Required: true
- Type: `string`

### `url`

- Required: false
- Type: `string`
- Format: `uri`

## JSON Schema

```json
{"description":"Contributor","properties":{"avatar_url":{"format":"uri","type":"string"},"contributions":{"type":"integer"},"email":{"type":"string"},"events_url":{"type":"string"},"followers_url":{"format":"uri","type":"string"},"following_url":{"type":"string"},"gists_url":{"type":"string"},"gravatar_id":{"nullable":true,"type":"string"},"html_url":{"format":"uri","type":"string"},"id":{"type":"integer"},"login":{"type":"string"},"name":{"type":"string"},"node_id":{"type":"string"},"organizations_url":{"format":"uri","type":"string"},"received_events_url":{"format":"uri","type":"string"},"repos_url":{"format":"uri","type":"string"},"site_admin":{"type":"boolean"},"starred_url":{"type":"string"},"subscriptions_url":{"format":"uri","type":"string"},"type":{"type":"string"},"url":{"format":"uri","type":"string"}},"required":["contributions","type"],"title":"Contributor","type":"object"}
```
