GitHub Actions · Schema

WorkflowUsage

Properties

Name Type Description
billable object
View JSON Schema on GitHub

JSON Schema

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