# code-of-conduct-simple

From **GitHub v3 REST API**.

Code of Conduct Simple

- Type: `object`

## Properties

### `html_url`

- Required: true
- Type: `string`
- Format: `uri`
- Nullable: true
- Example: `https://github.com/github/docs/blob/main/CODE_OF_CONDUCT.md`

### `key`

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

### `name`

- Required: true
- Type: `string`
- Example: `Citizen Code of Conduct`

### `url`

- Required: true
- Type: `string`
- Format: `uri`
- Example: `https://api.github.com/repos/github/docs/community/code_of_conduct`

## JSON Schema

```json
{"description":"Code of Conduct Simple","properties":{"html_url":{"example":"https://github.com/github/docs/blob/main/CODE_OF_CONDUCT.md","format":"uri","nullable":true,"type":"string"},"key":{"example":"citizen_code_of_conduct","type":"string"},"name":{"example":"Citizen Code of Conduct","type":"string"},"url":{"example":"https://api.github.com/repos/github/docs/community/code_of_conduct","format":"uri","type":"string"}},"required":["url","key","name","html_url"],"title":"Code Of Conduct Simple","type":"object"}
```
