# maintenance-status

From **GitHub v3 REST API**.

- Type: `object`

## Properties

### `connection_services`

- Required: false
- Type: `array`

### `scheduled_time`

- Required: false
- Type: `string`

### `status`

- Required: false
- Type: `string`

## JSON Schema

```json
{"properties":{"connection_services":{"items":{"properties":{"name":{"type":"string"},"number":{"type":"integer"}},"required":["name","number"],"type":"object"},"type":"array"},"scheduled_time":{"type":"string"},"status":{"type":"string"}},"type":"object"}
```
