GitHub Actions · JSON Structure

Github Actions Actions Cache Usage Structure

Type: object Properties: 3

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

Properties

full_name active_caches_size_in_bytes active_caches_count

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "ActionsCacheUsage",
  "type": "object",
  "properties": {
    "full_name": {
      "type": "string"
    },
    "active_caches_size_in_bytes": {
      "type": "integer"
    },
    "active_caches_count": {
      "type": "integer"
    }
  }
}