{ "$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-repository-certificate-structure.json", "name": "v1alpha1RepositoryCertificate", "description": "v1alpha1RepositoryCertificate schema from Argo CD API", "type": "object", "properties": { "certData": { "type": "string", "format": "byte", "name": "CertData contains the actual certificate data, dependent on the certificate type" }, "certInfo": { "type": "string", "name": "CertInfo will hold additional certificate info, depdendent on the certificate type (e.g. SSH fingerprint, X509 CommonName)" }, "certSubType": { "type": "string", "name": "CertSubType specifies the sub type of the cert, i.e. \"ssh-rsa\"" }, "certType": { "type": "string", "name": "CertType specifies the type of the certificate - currently one of \"https\" or \"ssh\"" }, "serverName": { "type": "string", "name": "ServerName specifies the DNS name of the server this certificate is intended for" } } }