GitHub Actions · Schema

WorkflowRunUsage

Properties

Name Type Description
billable object
run_duration_ms integer
View JSON Schema on GitHub

JSON Schema

github-actions-workflow-run-usage-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "WorkflowRunUsage",
  "type": "object",
  "properties": {
    "billable": {
      "type": "object"
    },
    "run_duration_ms": {
      "type": "integer"
    }
  }
}