{ "$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-structure.json", "name": "WorkflowTemplate", "description": "A reusable workflow template resource", "type": "object", "properties": { "apiVersion": { "type": "string", "default": "argoproj.io/v1alpha1" }, "kind": { "type": "string", "default": "WorkflowTemplate" }, "metadata": { "$ref": "#/components/schemas/ObjectMeta" }, "spec": { "$ref": "#/components/schemas/WorkflowSpec" } } }