{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/argo-cd/refs/heads/main/json-structure/argo-cd-version-version-message-structure.json", "name": "versionVersionMessage", "description": "versionVersionMessage schema from Argo CD API", "type": "object", "properties": { "BuildDate": { "type": "string" }, "Compiler": { "type": "string" }, "ExtraBuildInfo": { "type": "string" }, "GitCommit": { "type": "string" }, "GitTag": { "type": "string" }, "GitTreeState": { "type": "string" }, "GoVersion": { "type": "string" }, "HelmVersion": { "type": "string" }, "JsonnetVersion": { "type": "string" }, "KubectlVersion": { "type": "string" }, "KustomizeVersion": { "type": "string" }, "Platform": { "type": "string" }, "Version": { "type": "string" } } }