# review-request-removed-issue-event

From **GitHub v3 REST API**.

Review Request Removed Issue Event

- Type: `object`

## Properties

### `actor`

- Required: true
- Type: `object`

Simple User

### `commit_id`

- Required: true
- Type: `string`
- Nullable: true

### `commit_url`

- Required: true
- Type: `string`
- Nullable: true

### `created_at`

- Required: true
- Type: `string`

### `event`

- Required: true
- Type: `string`

### `id`

- Required: true
- Type: `integer`

### `node_id`

- Required: true
- Type: `string`

### `performed_via_github_app`

- Required: true
- Type: `object`
- Nullable: true

GitHub apps are a new way to extend GitHub. They can be installed directly on organizations and user accounts and granted access to specific repositories. They come with granular permissions and built-in webhooks. GitHub apps are first class actors within GitHub.

### `requested_reviewer`

- Required: false
- Type: `object`

Simple User

### `requested_team`

- Required: false
- Type: `object`

Groups of organization members that gives permissions on specified repositories.

### `review_requester`

- Required: true
- Type: `object`

Simple User

### `url`

- Required: true
- Type: `string`

## JSON Schema

```json
{"description":"Review Request Removed Issue Event","properties":{"actor":{"$ref":"#/components/schemas/simple-user"},"commit_id":{"nullable":true,"type":"string"},"commit_url":{"nullable":true,"type":"string"},"created_at":{"type":"string"},"event":{"type":"string"},"id":{"type":"integer"},"node_id":{"type":"string"},"performed_via_github_app":{"$ref":"#/components/schemas/nullable-integration"},"requested_reviewer":{"$ref":"#/components/schemas/simple-user"},"requested_team":{"$ref":"#/components/schemas/team"},"review_requester":{"$ref":"#/components/schemas/simple-user"},"url":{"type":"string"}},"required":["review_requester","id","node_id","url","actor","event","commit_id","commit_url","created_at","performed_via_github_app"],"title":"Review Request Removed Issue Event","type":"object"}
```
