GitHub Actions · JSON Structure

Github Actions Runner Application Structure

Type: object Properties: 6

RunnerApplication is a JSON Structure definition published by GitHub Actions, describing 6 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

os architecture download_url filename temp_download_token sha256_checksum

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "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"
    }
  }
}