# check-suite-preference

From **GitHub v3 REST API**.

Check suite configuration preferences for a repository.

- Type: `object`

## Properties

### `preferences`

- Required: true
- Type: `object`

### `repository`

- Required: true
- Type: `object`

Minimal Repository

## JSON Schema

```json
{"description":"Check suite configuration preferences for a repository.","properties":{"preferences":{"properties":{"auto_trigger_checks":{"items":{"properties":{"app_id":{"type":"integer"},"setting":{"type":"boolean"}},"required":["app_id","setting"],"type":"object"},"type":"array"}},"type":"object"},"repository":{"$ref":"#/components/schemas/minimal-repository"}},"required":["preferences","repository"],"title":"Check Suite Preference","type":"object"}
```
