# commit-activity

From **GitHub v3 REST API**.

Commit Activity

- Type: `object`

## Properties

### `days`

- Required: true
- Type: `array`
- Example: `[
  0,
  3,
  26,
  20,
  39,
  1,
  0
]`

### `total`

- Required: true
- Type: `integer`
- Example: `89`

### `week`

- Required: true
- Type: `integer`
- Example: `1336280400`

## JSON Schema

```json
{"description":"Commit Activity","properties":{"days":{"example":[0,3,26,20,39,1,0],"items":{"type":"integer"},"type":"array"},"total":{"example":89,"type":"integer"},"week":{"example":1336280400,"type":"integer"}},"required":["days","total","week"],"title":"Commit Activity","type":"object"}
```
