# participation-stats

From **GitHub v3 REST API**.

- Type: `object`

## Properties

### `all`

- Required: true
- Type: `array`

### `owner`

- Required: true
- Type: `array`

## JSON Schema

```json
{"properties":{"all":{"items":{"type":"integer"},"type":"array"},"owner":{"items":{"type":"integer"},"type":"array"}},"required":["all","owner"],"title":"Participation Stats","type":"object"}
```
