{
  "title": "Actions cache storage limit for a repository",
  "description": "GitHub Actions cache storage policy for a repository.",
  "type": "object",
  "properties": {
    "max_cache_size_gb": {
      "description": "The maximum total cache size for this repository, in gigabytes.",
      "type": "integer"
    }
  },
  "$schema": "https://json-schema.org/draft/2019-09/schema"
}