# branch-short

From **GitHub v3 REST API**.

Branch Short

- Type: `object`

## Properties

### `commit`

- Required: true
- Type: `object`

### `name`

- Required: true
- Type: `string`

### `protected`

- Required: true
- Type: `boolean`

## JSON Schema

```json
{"description":"Branch Short","properties":{"commit":{"properties":{"sha":{"type":"string"},"url":{"type":"string"}},"required":["sha","url"],"type":"object"},"name":{"type":"string"},"protected":{"type":"boolean"}},"required":["name","commit","protected"],"title":"Branch Short","type":"object"}
```
