{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/argo-cd/refs/heads/main/json-structure/argo-cd-cluster-help-structure.json", "name": "clusterHelp", "description": "clusterHelp schema from Argo CD API", "type": "object", "properties": { "binaryUrls": { "type": "object", "name": "the URLs for downloading argocd binaries", "additionalProperties": { "type": "string" } }, "chatText": { "type": "string", "name": "the text for getting chat help, defaults to \"Chat now!\"" }, "chatUrl": { "type": "string", "name": "the URL for getting chat help, this will typically be your Slack channel for support" } } }