# org-pre-receive-hook

From **GitHub v3 REST API**.

- Type: `object`

## Properties

### `allow_downstream_configuration`

- Required: false
- Type: `boolean`

### `configuration_url`

- Required: false
- Type: `string`

### `enforcement`

- Required: false
- Type: `string`

### `id`

- Required: false
- Type: `integer`

### `name`

- Required: false
- Type: `string`

## JSON Schema

```json
{"properties":{"allow_downstream_configuration":{"type":"boolean"},"configuration_url":{"type":"string"},"enforcement":{"type":"string"},"id":{"type":"integer"},"name":{"type":"string"}},"type":"object"}
```
