# enterprise-overview

From **GitHub v3 REST API**.

- Type: `object`

## Properties

### `comments`

- Required: false
- Type: `object`

### `gists`

- Required: false
- Type: `object`

### `hooks`

- Required: false
- Type: `object`

### `issues`

- Required: false
- Type: `object`

### `milestones`

- Required: false
- Type: `object`

### `orgs`

- Required: false
- Type: `object`

### `pages`

- Required: false
- Type: `object`

### `pulls`

- Required: false
- Type: `object`

### `repos`

- Required: false
- Type: `object`

### `users`

- Required: false
- Type: `object`

## JSON Schema

```json
{"properties":{"comments":{"$ref":"#/components/schemas/enterprise-comment-overview"},"gists":{"$ref":"#/components/schemas/enterprise-gist-overview"},"hooks":{"$ref":"#/components/schemas/enterprise-hook-overview"},"issues":{"$ref":"#/components/schemas/enterprise-issue-overview"},"milestones":{"$ref":"#/components/schemas/enterprise-milestone-overview"},"orgs":{"$ref":"#/components/schemas/enterprise-organization-overview"},"pages":{"$ref":"#/components/schemas/enterprise-page-overview"},"pulls":{"$ref":"#/components/schemas/enterprise-pull-request-overview"},"repos":{"$ref":"#/components/schemas/enterprise-repository-overview"},"users":{"$ref":"#/components/schemas/enterprise-user-overview"}},"type":"object"}
```
