{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/actions-cache-usage-org-enterprise",
"title": "actions-cache-usage-org-enterprise",
"type": "object",
"properties": {
"total_active_caches_count": {
"type": "integer",
"description": "The count of active caches across all repositories of an enterprise or an organization."
},
"total_active_caches_size_in_bytes": {
"type": "integer",
"description": "The total size in bytes of all active cache items across all repositories of an enterprise or an organization."
}
},
"required": [
"total_active_caches_count",
"total_active_caches_size_in_bytes"
]
}