# verification

From **GitHub v3 REST API**.

- Type: `object`

## Properties

### `payload`

- Required: true
- Type: `string`
- Nullable: true

### `reason`

- Required: true
- Type: `string`

### `signature`

- Required: true
- Type: `string`
- Nullable: true

### `verified`

- Required: true
- Type: `boolean`

## JSON Schema

```json
{"properties":{"payload":{"nullable":true,"type":"string"},"reason":{"type":"string"},"signature":{"nullable":true,"type":"string"},"verified":{"type":"boolean"}},"required":["verified","reason","payload","signature"],"title":"Verification","type":"object"}
```
