# nullable-collaborator

From **GitHub v3 REST API**.

Collaborator

- Type: `object`
- Nullable: true

## Properties

### `avatar_url`

- Required: true
- Type: `string`
- Format: `uri`
- Example: `https://github.com/images/error/octocat_happy.gif`

### `email`

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

### `events_url`

- Required: true
- Type: `string`
- Example: `https://api.github.com/users/octocat/events{/privacy}`

### `followers_url`

- Required: true
- Type: `string`
- Format: `uri`
- Example: `https://api.github.com/users/octocat/followers`

### `following_url`

- Required: true
- Type: `string`
- Example: `https://api.github.com/users/octocat/following{/other_user}`

### `gists_url`

- Required: true
- Type: `string`
- Example: `https://api.github.com/users/octocat/gists{/gist_id}`

### `gravatar_id`

- Required: true
- Type: `string`
- Nullable: true
- Example: `41d064eb2195891e12d0413f63227ea7`

### `html_url`

- Required: true
- Type: `string`
- Format: `uri`
- Example: `https://github.com/octocat`

### `id`

- Required: true
- Type: `integer`
- Example: `1`

### `login`

- Required: true
- Type: `string`
- Example: `octocat`

### `name`

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

### `node_id`

- Required: true
- Type: `string`
- Example: `MDQ6VXNlcjE=`

### `organizations_url`

- Required: true
- Type: `string`
- Format: `uri`
- Example: `https://api.github.com/users/octocat/orgs`

### `permissions`

- Required: false
- Type: `object`

### `received_events_url`

- Required: true
- Type: `string`
- Format: `uri`
- Example: `https://api.github.com/users/octocat/received_events`

### `repos_url`

- Required: true
- Type: `string`
- Format: `uri`
- Example: `https://api.github.com/users/octocat/repos`

### `site_admin`

- Required: true
- Type: `boolean`

### `starred_url`

- Required: true
- Type: `string`
- Example: `https://api.github.com/users/octocat/starred{/owner}{/repo}`

### `subscriptions_url`

- Required: true
- Type: `string`
- Format: `uri`
- Example: `https://api.github.com/users/octocat/subscriptions`

### `type`

- Required: true
- Type: `string`
- Example: `User`

### `url`

- Required: true
- Type: `string`
- Format: `uri`
- Example: `https://api.github.com/users/octocat`

## JSON Schema

```json
{"description":"Collaborator","nullable":true,"properties":{"avatar_url":{"example":"https://github.com/images/error/octocat_happy.gif","format":"uri","type":"string"},"email":{"nullable":true,"type":"string"},"events_url":{"example":"https://api.github.com/users/octocat/events{/privacy}","type":"string"},"followers_url":{"example":"https://api.github.com/users/octocat/followers","format":"uri","type":"string"},"following_url":{"example":"https://api.github.com/users/octocat/following{/other_user}","type":"string"},"gists_url":{"example":"https://api.github.com/users/octocat/gists{/gist_id}","type":"string"},"gravatar_id":{"example":"41d064eb2195891e12d0413f63227ea7","nullable":true,"type":"string"},"html_url":{"example":"https://github.com/octocat","format":"uri","type":"string"},"id":{"example":1,"type":"integer"},"login":{"example":"octocat","type":"string"},"name":{"nullable":true,"type":"string"},"node_id":{"example":"MDQ6VXNlcjE=","type":"string"},"organizations_url":{"example":"https://api.github.com/users/octocat/orgs","format":"uri","type":"string"},"permissions":{"properties":{"admin":{"type":"boolean"},"maintain":{"type":"boolean"},"pull":{"type":"boolean"},"push":{"type":"boolean"},"triage":{"type":"boolean"}},"required":["pull","push","admin"],"type":"object"},"received_events_url":{"example":"https://api.github.com/users/octocat/received_events","format":"uri","type":"string"},"repos_url":{"example":"https://api.github.com/users/octocat/repos","format":"uri","type":"string"},"site_admin":{"type":"boolean"},"starred_url":{"example":"https://api.github.com/users/octocat/starred{/owner}{/repo}","type":"string"},"subscriptions_url":{"example":"https://api.github.com/users/octocat/subscriptions","format":"uri","type":"string"},"type":{"example":"User","type":"string"},"url":{"example":"https://api.github.com/users/octocat","format":"uri","type":"string"}},"required":["avatar_url","events_url","followers_url","following_url","gists_url","gravatar_id","html_url","id","node_id","login","organizations_url","received_events_url","repos_url","site_admin","starred_url","subscriptions_url","type","url"],"title":"Collaborator","type":"object"}
```
