# runner-groups-enterprise

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`

### `name`

- Required: true
- Type: `string`

### `runners_url`

- Required: true
- Type: `string`

### `selected_organizations_url`

- Required: false
- Type: `string`

### `visibility`

- Required: true
- Type: `string`

## JSON Schema

```json
{"properties":{"allows_public_repositories":{"type":"boolean"},"default":{"type":"boolean"},"id":{"type":"number"},"name":{"type":"string"},"runners_url":{"type":"string"},"selected_organizations_url":{"type":"string"},"visibility":{"type":"string"}},"required":["id","name","visibility","allows_public_repositories","default","runners_url"],"type":"object"}
```
