{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/argo/refs/heads/main/json-structure/argo-workflows-workflow-resume-request-structure.json", "name": "WorkflowResumeRequest", "description": "WorkflowResumeRequest schema from Argo API", "type": "object", "properties": { "namespace": { "type": "string" }, "name": { "type": "string" }, "nodeFieldSelector": { "type": "string" } } }