{ "$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-info-structure.json", "name": "v1alpha1ClusterInfo", "description": "v1alpha1ClusterInfo schema from Argo CD API", "type": "object", "properties": { "apiVersions": { "type": "array", "name": "APIVersions contains list of API versions supported by the cluster", "items": { "type": "string" } }, "applicationsCount": { "type": "int64", "name": "ApplicationsCount is the number of applications managed by Argo CD on the cluster" }, "cacheInfo": { "$ref": "#/definitions/v1alpha1ClusterCacheInfo" }, "connectionState": { "$ref": "#/definitions/v1alpha1ConnectionState" }, "serverVersion": { "type": "string", "name": "ServerVersion contains information about the Kubernetes version of the cluster" } } }