Argo · JSON Structure

Argo Workflows Workflow Create Request Structure

WorkflowCreateRequest schema from Argo API

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

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

Properties

namespace workflow serverDryRun createOptions

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-workflow-create-request-structure.json",
  "name": "WorkflowCreateRequest",
  "description": "WorkflowCreateRequest schema from Argo API",
  "type": "object",
  "properties": {
    "namespace": {
      "type": "string"
    },
    "workflow": {
      "$ref": "#/components/schemas/Workflow"
    },
    "serverDryRun": {
      "type": "boolean"
    },
    "createOptions": {
      "type": "object"
    }
  }
}