{
  "title": "Actions cache retention limit for an enterprise",
  "description": "GitHub Actions cache retention policy for an enterprise.",
  "type": "object",
  "properties": {
    "max_cache_retention_days": {
      "description": "For repositories & organizations in an enterprise, the maximum duration, in days, for which caches in a repository may be retained.",
      "type": "integer"
    }
  },
  "$schema": "https://json-schema.org/draft/2019-09/schema"
}