{
  "title": "Actions cache retention limit for a repository",
  "description": "GitHub Actions cache retention policy for a repository.",
  "type": "object",
  "properties": {
    "max_cache_retention_days": {
      "description": "The maximum number of days to keep caches in this repository.",
      "type": "integer"
    }
  },
  "$schema": "https://json-schema.org/draft/2019-09/schema"
}