clusterClusterID schema from Argo CD API
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/argo-cd/refs/heads/main/json-schema/argo-cd-cluster-cluster-id-schema.json", "title": "clusterClusterID", "description": "clusterClusterID schema from Argo CD API", "type": "object", "properties": { "type": { "type": "string", "title": "type is the type of the specified cluster identifier ( \"server\" - default, \"name\" )" }, "value": { "type": "string", "title": "value holds the cluster server URL or cluster name" } } }