# hovercard

From **GitHub v3 REST API**.

Hovercard

- Type: `object`

## Properties

### `contexts`

- Required: true
- Type: `array`

## JSON Schema

```json
{"description":"Hovercard","properties":{"contexts":{"items":{"properties":{"message":{"type":"string"},"octicon":{"type":"string"}},"required":["message","octicon"],"type":"object"},"type":"array"}},"required":["contexts"],"title":"Hovercard","type":"object"}
```
