# license-simple

From **GitHub v3 REST API**.

License Simple

- Type: `object`

## Properties

### `html_url`

- Required: false
- Type: `string`
- Format: `uri`

### `key`

- Required: true
- Type: `string`
- Example: `mit`

### `name`

- Required: true
- Type: `string`
- Example: `MIT License`

### `node_id`

- Required: true
- Type: `string`
- Example: `MDc6TGljZW5zZW1pdA==`

### `spdx_id`

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

### `url`

- Required: true
- Type: `string`
- Format: `uri`
- Nullable: true
- Example: `https://api.github.com/licenses/mit`

## JSON Schema

```json
{"description":"License Simple","properties":{"html_url":{"format":"uri","type":"string"},"key":{"example":"mit","type":"string"},"name":{"example":"MIT License","type":"string"},"node_id":{"example":"MDc6TGljZW5zZW1pdA==","type":"string"},"spdx_id":{"example":"MIT","nullable":true,"type":"string"},"url":{"example":"https://api.github.com/licenses/mit","format":"uri","nullable":true,"type":"string"}},"required":["key","name","url","spdx_id","node_id"],"title":"License Simple","type":"object"}
```
