# blob

From **GitHub v3 REST API**.

Blob

- Type: `object`

## Properties

### `content`

- Required: true
- Type: `string`

### `encoding`

- Required: true
- Type: `string`

### `highlighted_content`

- Required: false
- Type: `string`

### `node_id`

- Required: true
- Type: `string`

### `sha`

- Required: true
- Type: `string`

### `size`

- Required: true
- Type: `integer`
- Nullable: true

### `url`

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

## JSON Schema

```json
{"description":"Blob","properties":{"content":{"type":"string"},"encoding":{"type":"string"},"highlighted_content":{"type":"string"},"node_id":{"type":"string"},"sha":{"type":"string"},"size":{"nullable":true,"type":"integer"},"url":{"format":"uri","type":"string"}},"required":["sha","url","node_id","size","content","encoding"],"title":"Blob","type":"object"}
```
