GitHub Actions · Schema

RunnerApplication

Properties

Name Type Description
os string
architecture string
download_url string
filename string
temp_download_token string
sha256_checksum string
View JSON Schema on GitHub

JSON Schema

github-actions-runner-application-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "RunnerApplication",
  "type": "object",
  "properties": {
    "os": {
      "type": "string"
    },
    "architecture": {
      "type": "string"
    },
    "download_url": {
      "type": "string"
    },
    "filename": {
      "type": "string"
    },
    "temp_download_token": {
      "type": "string"
    },
    "sha256_checksum": {
      "type": "string"
    }
  }
}