Argo · JSON Structure

Argo Workflows Version Structure

Version schema from Argo API

Type: object Properties: 8
CNCFCI/CDGitOpsKubernetesOpen SourceProgressive DeliveryWorkflow Engine

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

Properties

version buildDate gitCommit gitTag gitTreeState goVersion compiler platform

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/refs/heads/main/json-structure/argo-workflows-version-structure.json",
  "name": "Version",
  "description": "Version schema from Argo API",
  "type": "object",
  "properties": {
    "version": {
      "type": "string"
    },
    "buildDate": {
      "type": "string"
    },
    "gitCommit": {
      "type": "string"
    },
    "gitTag": {
      "type": "string"
    },
    "gitTreeState": {
      "type": "string"
    },
    "goVersion": {
      "type": "string"
    },
    "compiler": {
      "type": "string"
    },
    "platform": {
      "type": "string"
    }
  }
}