{ "$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-mutex-structure.json", "name": "io.argoproj.workflow.v1alpha1.Mutex", "description": "Mutex holds Mutex configuration", "type": "object", "properties": { "database": { "description": "Database specifies this is database controlled if this is set true", "type": "boolean" }, "name": { "description": "name of the mutex", "type": "string" }, "namespace": { "description": "Namespace is the namespace of the mutex, default: [namespace of workflow]", "type": "string" } } }