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