{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/argo-cd/refs/heads/main/json-structure/argo-cd-v1alpha1-cluster-cache-info-structure.json", "name": "v1alpha1ClusterCacheInfo", "description": "v1alpha1ClusterCacheInfo schema from Argo CD API", "type": "object", "properties": { "apisCount": { "type": "int64", "name": "APIsCount holds number of observed Kubernetes API count" }, "lastCacheSyncTime": { "$ref": "#/definitions/v1Time" }, "resourcesCount": { "type": "int64", "name": "ResourcesCount holds number of observed Kubernetes resources" } } }