# short-blob

From **GitHub v3 REST API**.

Short Blob

- Type: `object`

## Properties

### `sha`

- Required: true
- Type: `string`

### `url`

- Required: true
- Type: `string`

## JSON Schema

```json
{"description":"Short Blob","properties":{"sha":{"type":"string"},"url":{"type":"string"}},"required":["url","sha"],"title":"Short Blob","type":"object"}
```
