# ssh-key

From **GitHub v3 REST API**.

- Type: `object`

## Properties

### `key`

- Required: false
- Type: `string`

### `pretty-print`

- Required: false
- Type: `string`

## JSON Schema

```json
{"properties":{"key":{"type":"string"},"pretty-print":{"type":"string"}},"type":"object"}
```
