# user-search-result-item

From **GitHub v3 REST API**.

User Search Result Item

- Type: `object`

## Properties

### `avatar_url`

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

### `bio`

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

### `blog`

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

### `company`

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

### `created_at`

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

### `email`

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

### `events_url`

- Required: true
- Type: `string`

### `followers`

- Required: false
- Type: `integer`

### `followers_url`

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

### `following`

- Required: false
- Type: `integer`

### `following_url`

- Required: true
- Type: `string`

### `gists_url`

- Required: true
- Type: `string`

### `gravatar_id`

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

### `hireable`

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

### `html_url`

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

### `id`

- Required: true
- Type: `integer`

### `location`

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

### `login`

- Required: true
- Type: `string`

### `name`

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

### `node_id`

- Required: true
- Type: `string`

### `organizations_url`

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

### `public_gists`

- Required: false
- Type: `integer`

### `public_repos`

- Required: false
- Type: `integer`

### `received_events_url`

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

### `repos_url`

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

### `score`

- Required: true
- Type: `number`

### `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

### `text_matches`

- Required: false
- Type: `array`

### `type`

- Required: true
- Type: `string`

### `updated_at`

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

### `url`

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

## JSON Schema

```json
{"description":"User Search Result Item","properties":{"avatar_url":{"format":"uri","type":"string"},"bio":{"nullable":true,"type":"string"},"blog":{"nullable":true,"type":"string"},"company":{"nullable":true,"type":"string"},"created_at":{"format":"date-time","type":"string"},"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"},"public_gists":{"type":"integer"},"public_repos":{"type":"integer"},"received_events_url":{"format":"uri","type":"string"},"repos_url":{"format":"uri","type":"string"},"score":{"type":"number"},"site_admin":{"type":"boolean"},"starred_url":{"type":"string"},"subscriptions_url":{"format":"uri","type":"string"},"suspended_at":{"format":"date-time","nullable":true,"type":"string"},"text_matches":{"$ref":"#/components/schemas/search-result-text-matches"},"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","score"],"title":"User Search Result Item","type":"object"}
```
