GitHub Actions · Schema

RunnerLabel

Properties

Name Type Description
id integer
name string
type string
View JSON Schema on GitHub

JSON Schema

github-actions-runner-label-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "RunnerLabel",
  "type": "object",
  "properties": {
    "id": {
      "type": "integer"
    },
    "name": {
      "type": "string"
    },
    "type": {
      "type": "string"
    }
  }
}