{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/argo-workflows/refs/heads/main/json-schema/argo-workflows-io-argoproj-workflow-v1alpha1-workflow-template-ref-schema.json", "title": "io.argoproj.workflow.v1alpha1.WorkflowTemplateRef", "description": "WorkflowTemplateRef is a reference to a WorkflowTemplate resource.", "type": "object", "properties": { "clusterScope": { "description": "ClusterScope indicates the referred template is cluster scoped (i.e. a ClusterWorkflowTemplate).", "type": "boolean" }, "name": { "description": "Name is the resource name of the workflow template.", "type": "string" } } }