# pull-request-review-request

From **GitHub v3 REST API**.

Pull Request Review Request

- Type: `object`

## Properties

### `teams`

- Required: true
- Type: `array`

### `users`

- Required: true
- Type: `array`

## JSON Schema

```json
{"description":"Pull Request Review Request","properties":{"teams":{"items":{"$ref":"#/components/schemas/team"},"type":"array"},"users":{"items":{"$ref":"#/components/schemas/simple-user"},"type":"array"}},"required":["users","teams"],"title":"Pull Request Review Request","type":"object"}
```
