{ "$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-synchronization-structure.json", "name": "io.argoproj.workflow.v1alpha1.Synchronization", "description": "Synchronization holds synchronization lock configuration", "type": "object", "properties": { "mutexes": { "description": "v3.6 and after: Mutexes holds the list of Mutex lock details", "type": "array", "items": { "$ref": "#/definitions/io.argoproj.workflow.v1alpha1.Mutex" } }, "semaphores": { "description": "v3.6 and after: Semaphores holds the list of Semaphores configuration", "type": "array", "items": { "$ref": "#/definitions/io.argoproj.workflow.v1alpha1.SemaphoreRef" } } } }