# organization-simple

From **GitHub v3 REST API**.

Organization Simple

- Type: `object`

## Properties

### `avatar_url`

- Required: true
- Type: `string`
- Example: `https://github.com/images/error/octocat_happy.gif`

### `description`

- Required: true
- Type: `string`
- Nullable: true
- Example: `A great organization`

### `events_url`

- Required: true
- Type: `string`
- Format: `uri`
- Example: `https://api.github.com/orgs/github/events`

### `hooks_url`

- Required: true
- Type: `string`
- Example: `https://api.github.com/orgs/github/hooks`

### `id`

- Required: true
- Type: `integer`
- Example: `1`

### `issues_url`

- Required: true
- Type: `string`
- Example: `https://api.github.com/orgs/github/issues`

### `login`

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

### `members_url`

- Required: true
- Type: `string`
- Example: `https://api.github.com/orgs/github/members{/member}`

### `node_id`

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

### `public_members_url`

- Required: true
- Type: `string`
- Example: `https://api.github.com/orgs/github/public_members{/member}`

### `repos_url`

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

### `url`

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

## JSON Schema

```json
{"description":"Organization Simple","properties":{"avatar_url":{"example":"https://github.com/images/error/octocat_happy.gif","type":"string"},"description":{"example":"A great organization","nullable":true,"type":"string"},"events_url":{"example":"https://api.github.com/orgs/github/events","format":"uri","type":"string"},"hooks_url":{"example":"https://api.github.com/orgs/github/hooks","type":"string"},"id":{"example":1,"type":"integer"},"issues_url":{"example":"https://api.github.com/orgs/github/issues","type":"string"},"login":{"example":"github","type":"string"},"members_url":{"example":"https://api.github.com/orgs/github/members{/member}","type":"string"},"node_id":{"example":"MDEyOk9yZ2FuaXphdGlvbjE=","type":"string"},"public_members_url":{"example":"https://api.github.com/orgs/github/public_members{/member}","type":"string"},"repos_url":{"example":"https://api.github.com/orgs/github/repos","format":"uri","type":"string"},"url":{"example":"https://api.github.com/orgs/github","format":"uri","type":"string"}},"required":["login","url","id","node_id","repos_url","events_url","hooks_url","issues_url","members_url","public_members_url","avatar_url","description"],"title":"Organization Simple","type":"object"}
```
