# pre-receive-environment

From **GitHub v3 REST API**.

- Type: `object`

## Properties

### `created_at`

- Required: false
- Type: `string`

### `default_environment`

- Required: false
- Type: `boolean`

### `download`

- Required: false
- Type: `object`

### `hooks_count`

- Required: false
- Type: `integer`

### `html_url`

- Required: false
- Type: `string`

### `id`

- Required: false
- Type: `integer`

### `image_url`

- Required: false
- Type: `string`

### `name`

- Required: false
- Type: `string`

### `url`

- Required: false
- Type: `string`

## JSON Schema

```json
{"properties":{"created_at":{"type":"string"},"default_environment":{"type":"boolean"},"download":{"properties":{"downloaded_at":{"nullable":true,"type":"string"},"message":{"nullable":true,"type":"string"},"state":{"type":"string"},"url":{"type":"string"}},"type":"object"},"hooks_count":{"type":"integer"},"html_url":{"type":"string"},"id":{"type":"integer"},"image_url":{"type":"string"},"name":{"type":"string"},"url":{"type":"string"}},"type":"object"}
```
