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