# license-info

From **GitHub v3 REST API**.

- Type: `object`

## Properties

### `days_until_expiration`

- Required: false
- Type: `integer`

### `expire_at`

- Required: false
- Type: `string`

### `kind`

- Required: false
- Type: `string`

### `seats`

- Required: false
### `seats_available`

- Required: false
### `seats_used`

- Required: false
- Type: `integer`

## JSON Schema

```json
{"properties":{"days_until_expiration":{"type":"integer"},"expire_at":{"type":"string"},"kind":{"type":"string"},"seats":{"oneOf":[{"type":"string"},{"type":"integer"}]},"seats_available":{"oneOf":[{"type":"string"},{"type":"integer"}]},"seats_used":{"type":"integer"}},"type":"object"}
```
