{ "$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-workflow-event-binding-spec-structure.json", "name": "io.argoproj.workflow.v1alpha1.WorkflowEventBindingSpec", "description": "io.argoproj.workflow.v1alpha1.WorkflowEventBindingSpec schema from Argo Workflows API", "type": "object", "properties": { "event": { "description": "Event is the event to bind to", "$ref": "#/definitions/io.argoproj.workflow.v1alpha1.Event" }, "submit": { "description": "Submit is the workflow template to submit", "$ref": "#/definitions/io.argoproj.workflow.v1alpha1.Submit" } }, "required": [ "event" ] }