Argo Workflows · JSON Structure

Argo Workflows Io Argoproj Workflow V1Alpha1 Resubmit Archived Workflow Request Structure

io.argoproj.workflow.v1alpha1.ResubmitArchivedWorkflowRequest schema from Argo Workflows API

Type: object Properties: 5
CNCFContainersData ProcessingKubernetesMachine LearningOpen SourceWorkflow Engine

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

Properties

memoized name namespace parameters uid

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-resubmit-archived-workflow-request-structure.json",
  "name": "io.argoproj.workflow.v1alpha1.ResubmitArchivedWorkflowRequest",
  "description": "io.argoproj.workflow.v1alpha1.ResubmitArchivedWorkflowRequest schema from Argo Workflows API",
  "type": "object",
  "properties": {
    "memoized": {
      "type": "boolean"
    },
    "name": {
      "type": "string"
    },
    "namespace": {
      "type": "string"
    },
    "parameters": {
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "uid": {
      "type": "string"
    }
  }
}