# public-user

From **GitHub v3 REST API**.

Public User

- Type: `object`

## Properties

### `avatar_url`

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

### `bio`

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

### `blog`

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

### `collaborators`

- Required: false
- Type: `integer`
- Example: `3`

### `company`

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

### `created_at`

- Required: true
- Type: `string`
- Format: `date-time`

### `disk_usage`

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

### `email`

- Required: true
- Type: `string`
- Format: `email`
- Nullable: true

### `events_url`

- Required: true
- Type: `string`

### `followers`

- Required: true
- Type: `integer`

### `followers_url`

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

### `following`

- Required: true
- Type: `integer`

### `following_url`

- Required: true
- Type: `string`

### `gists_url`

- Required: true
- Type: `string`

### `gravatar_id`

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

### `hireable`

- Required: true
- Type: `boolean`
- Nullable: true

### `html_url`

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

### `id`

- Required: true
- Type: `integer`

### `location`

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

### `login`

- Required: true
- Type: `string`

### `name`

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

### `node_id`

- Required: true
- Type: `string`

### `organizations_url`

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

### `owned_private_repos`

- Required: false
- Type: `integer`
- Example: `2`

### `plan`

- Required: false
- Type: `object`

### `private_gists`

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

### `public_gists`

- Required: true
- Type: `integer`

### `public_repos`

- Required: true
- Type: `integer`

### `received_events_url`

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

### `repos_url`

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

### `site_admin`

- Required: true
- Type: `boolean`

### `starred_url`

- Required: true
- Type: `string`

### `subscriptions_url`

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

### `suspended_at`

- Required: false
- Type: `string`
- Format: `date-time`
- Nullable: true

### `total_private_repos`

- Required: false
- Type: `integer`
- Example: `2`

### `type`

- Required: true
- Type: `string`

### `updated_at`

- Required: true
- Type: `string`
- Format: `date-time`

### `url`

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

## JSON Schema

```json
{"additionalProperties":false,"description":"Public User","properties":{"avatar_url":{"format":"uri","type":"string"},"bio":{"nullable":true,"type":"string"},"blog":{"nullable":true,"type":"string"},"collaborators":{"example":3,"type":"integer"},"company":{"nullable":true,"type":"string"},"created_at":{"format":"date-time","type":"string"},"disk_usage":{"example":1,"type":"integer"},"email":{"format":"email","nullable":true,"type":"string"},"events_url":{"type":"string"},"followers":{"type":"integer"},"followers_url":{"format":"uri","type":"string"},"following":{"type":"integer"},"following_url":{"type":"string"},"gists_url":{"type":"string"},"gravatar_id":{"nullable":true,"type":"string"},"hireable":{"nullable":true,"type":"boolean"},"html_url":{"format":"uri","type":"string"},"id":{"type":"integer"},"location":{"nullable":true,"type":"string"},"login":{"type":"string"},"name":{"nullable":true,"type":"string"},"node_id":{"type":"string"},"organizations_url":{"format":"uri","type":"string"},"owned_private_repos":{"example":2,"type":"integer"},"plan":{"properties":{"collaborators":{"type":"integer"},"name":{"type":"string"},"private_repos":{"type":"integer"},"space":{"type":"integer"}},"required":["collaborators","name","space","private_repos"],"type":"object"},"private_gists":{"example":1,"type":"integer"},"public_gists":{"type":"integer"},"public_repos":{"type":"integer"},"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"},"suspended_at":{"format":"date-time","nullable":true,"type":"string"},"total_private_repos":{"example":2,"type":"integer"},"type":{"type":"string"},"updated_at":{"format":"date-time","type":"string"},"url":{"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","bio","blog","company","email","followers","following","hireable","location","name","public_gists","public_repos","created_at","updated_at"],"title":"Public User","type":"object"}
```
