# link-with-type

From **GitHub v3 REST API**.

Hypermedia Link with Type

- Type: `object`

## Properties

### `href`

- Required: true
- Type: `string`

### `type`

- Required: true
- Type: `string`

## JSON Schema

```json
{"description":"Hypermedia Link with Type","properties":{"href":{"type":"string"},"type":{"type":"string"}},"required":["href","type"],"title":"Link With Type","type":"object"}
```
