# global-hook-2

From **GitHub v3 REST API**.

- Type: `object`

## Properties

### `active`

- Required: false
- Type: `boolean`

### `config`

- Required: false
- Type: `object`

### `created_at`

- Required: false
- Type: `string`

### `events`

- Required: false
- Type: `array`

### `id`

- Required: false
- Type: `integer`

### `name`

- Required: false
- Type: `string`

### `ping_url`

- Required: false
- Type: `string`

### `type`

- Required: false
- Type: `string`

### `updated_at`

- Required: false
- Type: `string`

### `url`

- Required: false
- Type: `string`

## JSON Schema

```json
{"properties":{"active":{"type":"boolean"},"config":{"properties":{"content_type":{"type":"string"},"insecure_ssl":{"type":"string"},"url":{"type":"string"}},"type":"object"},"created_at":{"type":"string"},"events":{"items":{"type":"string"},"type":"array"},"id":{"type":"integer"},"name":{"type":"string"},"ping_url":{"type":"string"},"type":{"type":"string"},"updated_at":{"type":"string"},"url":{"type":"string"}},"type":"object"}
```
