Argo · Schema

Version

Version schema from Argo API

CNCFCI/CDGitOpsKubernetesOpen SourceProgressive DeliveryWorkflow Engine

Properties

Name Type Description
version string
buildDate string
gitCommit string
gitTag string
gitTreeState string
goVersion string
compiler string
platform string
View JSON Schema on GitHub

JSON Schema

argo-workflows-version-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/argo/refs/heads/main/json-schema/argo-workflows-version-schema.json",
  "title": "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"
    }
  }
}