# runner-application

From **GitHub v3 REST API**.

Runner Application

- Type: `object`

## Properties

### `architecture`

- Required: true
- Type: `string`

### `download_url`

- Required: true
- Type: `string`

### `filename`

- Required: true
- Type: `string`

### `os`

- Required: true
- Type: `string`

### `sha256_checksum`

- Required: false
- Type: `string`

### `temp_download_token`

- Required: false
- Type: `string`

A short lived bearer token used to download the runner, if needed.

## JSON Schema

```json
{"description":"Runner Application","properties":{"architecture":{"type":"string"},"download_url":{"type":"string"},"filename":{"type":"string"},"os":{"type":"string"},"sha256_checksum":{"type":"string"},"temp_download_token":{"description":"A short lived bearer token used to download the runner, if needed.","type":"string"}},"required":["os","architecture","download_url","filename"],"title":"Runner Application","type":"object"}
```
