Argo Workflows · JSON Structure

Argo Workflows Io Argoproj Workflow V1Alpha1 Column Structure

Column is a custom column that will be exposed in the Workflow List View.

Type: object Properties: 3 Required: 3
CNCFContainersData ProcessingKubernetesMachine LearningOpen SourceWorkflow Engine

io.argoproj.workflow.v1alpha1.Column is a JSON Structure definition published by Argo Workflows, describing 3 properties, of which 3 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

key name type

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-workflows/refs/heads/main/json-structure/argo-workflows-io-argoproj-workflow-v1alpha1-column-structure.json",
  "name": "io.argoproj.workflow.v1alpha1.Column",
  "description": "Column is a custom column that will be exposed in the Workflow List View.",
  "type": "object",
  "properties": {
    "key": {
      "description": "The key of the label or annotation, e.g., \"workflows.argoproj.io/completed\".",
      "type": "string"
    },
    "name": {
      "description": "The name of this column, e.g., \"Workflow Completed\".",
      "type": "string"
    },
    "type": {
      "description": "The type of this column, \"label\" or \"annotation\".",
      "type": "string"
    }
  },
  "required": [
    "name",
    "type",
    "key"
  ]
}