{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/argo/refs/heads/main/json-structure/argo-cd-cluster-list-structure.json", "name": "ClusterList", "description": "A list of registered clusters.", "type": "object", "properties": { "items": { "type": "array", "items": { "$ref": "#/components/schemas/Cluster" } } } }