WorkflowTemplateCreateRequest schema from Argo API
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/argo/refs/heads/main/json-schema/argo-workflows-workflow-template-create-request-schema.json", "title": "WorkflowTemplateCreateRequest", "description": "WorkflowTemplateCreateRequest schema from Argo API", "type": "object", "properties": { "namespace": { "type": "string" }, "template": { "$ref": "#/components/schemas/WorkflowTemplate" }, "createOptions": { "type": "object" } } }