Argo CD · JSON Structure

Argo Cd Version Version Message Structure

versionVersionMessage schema from Argo CD API

Type: object Properties: 13
Continuous DeliveryContainersDeploymentGitOpsKubernetesCNCFOpen Source

versionVersionMessage is a JSON Structure definition published by Argo CD, describing 13 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

BuildDate Compiler ExtraBuildInfo GitCommit GitTag GitTreeState GoVersion HelmVersion JsonnetVersion KubectlVersion KustomizeVersion Platform Version

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$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"
    }
  }
}