# protected-branch-admin-enforced

From **GitHub v3 REST API**.

Protected Branch Admin Enforced

- Type: `object`

## Properties

### `enabled`

- Required: true
- Type: `boolean`
- Example: `true`

### `url`

- Required: true
- Type: `string`
- Format: `uri`
- Example: `https://api.github.com/repos/octocat/Hello-World/branches/master/protection/enforce_admins`

## JSON Schema

```json
{"description":"Protected Branch Admin Enforced","properties":{"enabled":{"example":true,"type":"boolean"},"url":{"example":"https://api.github.com/repos/octocat/Hello-World/branches/master/protection/enforce_admins","format":"uri","type":"string"}},"required":["url","enabled"],"title":"Protected Branch Admin Enforced","type":"object"}
```
