{ "$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-suspend-template-structure.json", "name": "io.argoproj.workflow.v1alpha1.SuspendTemplate", "description": "SuspendTemplate is a template subtype to suspend a workflow at a predetermined point in time", "type": "object", "properties": { "duration": { "description": "Duration is the seconds to wait before automatically resuming a template. Must be a string. Default unit is seconds. Could also be a Duration, e.g.: \"2m\", \"6h\"", "type": "string" } } }