{
  "title": "Actions cache storage limit for an organization",
  "description": "GitHub Actions cache storage policy for an organization.",
  "type": "object",
  "properties": {
    "max_cache_size_gb": {
      "description": "For repositories in the organization, the maximum size limit for the sum of all caches in a repository, in gigabytes.",
      "type": "integer"
    }
  },
  "$schema": "https://json-schema.org/draft/2019-09/schema"
}