{
"$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-mutex-schema.json",
"title": "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"
}
}
}