{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/actions-cache-usage-policy-enterprise",
"title": "Actions cache usage policy for an enterprise",
"description": "GitHub Actions cache usage policy for an enterprise.",
"type": "object",
"properties": {
"repo_cache_size_limit_in_gb": {
"description": "For repositories in an enterprise, the default size limit for the sum of all caches in a repository, in gigabytes.",
"type": "integer",
"example": 10
},
"max_repo_cache_size_limit_in_gb": {
"description": "For repositories in an enterprise, the maximum value that can be set as the limit for the sum of all caches in a repository, in gigabytes.",
"type": "integer",
"example": 15
}
}
}