# organization-full

From **GitHub v3 REST API**.

Organization Full

- Type: `object`

## Properties

### `avatar_url`

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

### `billing_email`

- Required: false
- Type: `string`
- Format: `email`
- Nullable: true
- Example: `org@example.com`

### `blog`

- Required: false
- Type: `string`
- Format: `uri`
- Example: `https://github.com/blog`

### `collaborators`

- Required: false
- Type: `integer`
- Nullable: true
- Example: `8`

### `company`

- Required: false
- Type: `string`
- Example: `GitHub`

### `created_at`

- Required: true
- Type: `string`
- Format: `date-time`
- Example: `2008-01-14T04:33:35Z`

### `default_repository_permission`

- Required: false
- Type: `string`
- Nullable: true

### `description`

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

### `disk_usage`

- Required: false
- Type: `integer`
- Nullable: true
- Example: `10000`

### `email`

- Required: false
- Type: `string`
- Format: `email`
- Example: `octocat@github.com`

### `events_url`

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

### `followers`

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

### `following`

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

### `has_organization_projects`

- Required: true
- Type: `boolean`
- Example: `true`

### `has_repository_projects`

- Required: true
- Type: `boolean`
- Example: `true`

### `hooks_url`

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

### `html_url`

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

### `id`

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

### `is_verified`

- Required: false
- Type: `boolean`
- Example: `true`

### `issues_url`

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

### `location`

- Required: false
- Type: `string`
- Example: `San Francisco`

### `login`

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

### `members_allowed_repository_creation_type`

- Required: false
- Type: `string`
- Example: `all`

### `members_can_create_internal_repositories`

- Required: false
- Type: `boolean`
- Example: `true`

### `members_can_create_pages`

- Required: false
- Type: `boolean`
- Example: `true`

### `members_can_create_private_pages`

- Required: false
- Type: `boolean`
- Example: `true`

### `members_can_create_private_repositories`

- Required: false
- Type: `boolean`
- Example: `true`

### `members_can_create_public_pages`

- Required: false
- Type: `boolean`
- Example: `true`

### `members_can_create_public_repositories`

- Required: false
- Type: `boolean`
- Example: `true`

### `members_can_create_repositories`

- Required: false
- Type: `boolean`
- Nullable: true
- Example: `true`

### `members_can_fork_private_repositories`

- Required: false
- Type: `boolean`
- Nullable: true
- Example: `false`

### `members_url`

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

### `name`

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

### `node_id`

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

### `owned_private_repos`

- Required: false
- Type: `integer`
- Example: `100`

### `plan`

- Required: false
- Type: `object`

### `private_gists`

- Required: false
- Type: `integer`
- Nullable: true
- Example: `81`

### `public_gists`

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

### `public_members_url`

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

### `public_repos`

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

### `repos_url`

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

### `total_private_repos`

- Required: false
- Type: `integer`
- Example: `100`

### `twitter_username`

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

### `two_factor_requirement_enabled`

- Required: false
- Type: `boolean`
- Nullable: true
- Example: `true`

### `type`

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

### `updated_at`

- Required: true
- Type: `string`
- Format: `date-time`

### `url`

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

## JSON Schema

```json
{"description":"Organization Full","properties":{"avatar_url":{"example":"https://github.com/images/error/octocat_happy.gif","type":"string"},"billing_email":{"example":"org@example.com","format":"email","nullable":true,"type":"string"},"blog":{"example":"https://github.com/blog","format":"uri","type":"string"},"collaborators":{"example":8,"nullable":true,"type":"integer"},"company":{"example":"GitHub","type":"string"},"created_at":{"example":"2008-01-14T04:33:35Z","format":"date-time","type":"string"},"default_repository_permission":{"nullable":true,"type":"string"},"description":{"example":"A great organization","nullable":true,"type":"string"},"disk_usage":{"example":10000,"nullable":true,"type":"integer"},"email":{"example":"octocat@github.com","format":"email","type":"string"},"events_url":{"example":"https://api.github.com/orgs/github/events","format":"uri","type":"string"},"followers":{"example":20,"type":"integer"},"following":{"example":0,"type":"integer"},"has_organization_projects":{"example":true,"type":"boolean"},"has_repository_projects":{"example":true,"type":"boolean"},"hooks_url":{"example":"https://api.github.com/orgs/github/hooks","type":"string"},"html_url":{"example":"https://github.com/octocat","format":"uri","type":"string"},"id":{"example":1,"type":"integer"},"is_verified":{"example":true,"type":"boolean"},"issues_url":{"example":"https://api.github.com/orgs/github/issues","type":"string"},"location":{"example":"San Francisco","type":"string"},"login":{"example":"github","type":"string"},"members_allowed_repository_creation_type":{"example":"all","type":"string"},"members_can_create_internal_repositories":{"example":true,"type":"boolean"},"members_can_create_pages":{"example":true,"type":"boolean"},"members_can_create_private_pages":{"example":true,"type":"boolean"},"members_can_create_private_repositories":{"example":true,"type":"boolean"},"members_can_create_public_pages":{"example":true,"type":"boolean"},"members_can_create_public_repositories":{"example":true,"type":"boolean"},"members_can_create_repositories":{"example":true,"nullable":true,"type":"boolean"},"members_can_fork_private_repositories":{"example":false,"nullable":true,"type":"boolean"},"members_url":{"example":"https://api.github.com/orgs/github/members{/member}","type":"string"},"name":{"example":"github","type":"string"},"node_id":{"example":"MDEyOk9yZ2FuaXphdGlvbjE=","type":"string"},"owned_private_repos":{"example":100,"type":"integer"},"plan":{"properties":{"filled_seats":{"type":"integer"},"name":{"type":"string"},"private_repos":{"type":"integer"},"seats":{"type":"integer"},"space":{"type":"integer"}},"required":["name","space","private_repos"],"type":"object"},"private_gists":{"example":81,"nullable":true,"type":"integer"},"public_gists":{"example":1,"type":"integer"},"public_members_url":{"example":"https://api.github.com/orgs/github/public_members{/member}","type":"string"},"public_repos":{"example":2,"type":"integer"},"repos_url":{"example":"https://api.github.com/orgs/github/repos","format":"uri","type":"string"},"total_private_repos":{"example":100,"type":"integer"},"twitter_username":{"example":"github","nullable":true,"type":"string"},"two_factor_requirement_enabled":{"example":true,"nullable":true,"type":"boolean"},"type":{"example":"Organization","type":"string"},"updated_at":{"format":"date-time","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","html_url","has_organization_projects","has_repository_projects","public_repos","public_gists","followers","following","type","created_at","updated_at"],"title":"Organization Full","type":"object"}
```
