# configuration-status

From **GitHub v3 REST API**.

- Type: `object`

## Properties

### `progress`

- Required: false
- Type: `array`

### `status`

- Required: false
- Type: `string`

## JSON Schema

```json
{"properties":{"progress":{"items":{"properties":{"key":{"type":"string"},"status":{"type":"string"}},"required":["status","key"],"type":"object"},"type":"array"},"status":{"type":"string"}},"type":"object"}
```
