# api-overview

From **GitHub v3 REST API**.

Api Overview

- Type: `object`

## Properties

### `dependabot`

- Required: false
- Type: `array`
- Example: `[
  "192.168.7.15/32",
  "192.168.7.16/32"
]`

### `installed_version`

- Required: false
- Type: `string`
- Example: `3.0.0`

### `packages`

- Required: false
- Type: `array`
- Example: `[
  "13.65.0.0/16",
  "157.55.204.33/32",
  "2a01:111:f403:f90c::/62"
]`

### `verifiable_password_authentication`

- Required: true
- Type: `boolean`
- Example: `true`

## JSON Schema

```json
{"description":"Api Overview","properties":{"dependabot":{"example":["192.168.7.15/32","192.168.7.16/32"],"items":{"type":"string"},"type":"array"},"installed_version":{"example":"3.0.0","type":"string"},"packages":{"example":["13.65.0.0/16","157.55.204.33/32","2a01:111:f403:f90c::/62"],"items":{"type":"string"},"type":"array"},"verifiable_password_authentication":{"example":true,"type":"boolean"}},"required":["verifiable_password_authentication"],"title":"Api Overview","type":"object"}
```
