# enterprise-hook-overview

From **GitHub v3 REST API**.

- Type: `object`

## Properties

### `active_hooks`

- Required: true
- Type: `integer`

### `inactive_hooks`

- Required: true
- Type: `integer`

### `total_hooks`

- Required: true
- Type: `integer`

## JSON Schema

```json
{"properties":{"active_hooks":{"type":"integer"},"inactive_hooks":{"type":"integer"},"total_hooks":{"type":"integer"}},"required":["total_hooks","active_hooks","inactive_hooks"],"title":"Hooks Enterprise Stats","type":"object"}
```
