# runner-groups-org

From **GitHub v3 REST API**.

- Type: `object`

## Properties

### `allows_public_repositories`

- Required: true
- Type: `boolean`

### `default`

- Required: true
- Type: `boolean`

### `id`

- Required: true
- Type: `number`

### `inherited`

- Required: true
- Type: `boolean`

### `inherited_allows_public_repositories`

- Required: false
- Type: `boolean`

### `name`

- Required: true
- Type: `string`

### `runners_url`

- Required: true
- Type: `string`

### `selected_repositories_url`

- Required: false
- Type: `string`

Link to the selected repositories resource for this runner group. Not present unless visibility was set to `selected`

### `visibility`

- Required: true
- Type: `string`

## JSON Schema

```json
{"properties":{"allows_public_repositories":{"type":"boolean"},"default":{"type":"boolean"},"id":{"type":"number"},"inherited":{"type":"boolean"},"inherited_allows_public_repositories":{"type":"boolean"},"name":{"type":"string"},"runners_url":{"type":"string"},"selected_repositories_url":{"description":"Link to the selected repositories resource for this runner group. Not present unless visibility was set to `selected`","type":"string"},"visibility":{"type":"string"}},"required":["id","name","visibility","default","runners_url","inherited","allows_public_repositories"],"type":"object"}
```
