{ "$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-semaphore-holding-structure.json", "name": "io.argoproj.workflow.v1alpha1.SemaphoreHolding", "description": "io.argoproj.workflow.v1alpha1.SemaphoreHolding schema from Argo Workflows API", "type": "object", "properties": { "holders": { "description": "Holders stores the list of current holder names in the io.argoproj.workflow.v1alpha1.", "type": "array", "items": { "type": "string" }, "x-kubernetes-list-type": "atomic" }, "semaphore": { "description": "Semaphore stores the semaphore name.", "type": "string" } } }