GitHub Actions · Schema

ActionsCacheUsage

Properties

Name Type Description
full_name string
active_caches_size_in_bytes integer
active_caches_count integer
View JSON Schema on GitHub

JSON Schema

github-actions-actions-cache-usage-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ActionsCacheUsage",
  "type": "object",
  "properties": {
    "full_name": {
      "type": "string"
    },
    "active_caches_size_in_bytes": {
      "type": "integer"
    },
    "active_caches_count": {
      "type": "integer"
    }
  }
}