{ "$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-stop-strategy-schema.json", "title": "io.argoproj.workflow.v1alpha1.StopStrategy", "description": "StopStrategy defines if the CronWorkflow should stop scheduling based on an expression. v3.6 and after", "type": "object", "properties": { "expression": { "description": "v3.6 and after: Expression is an expression that stops scheduling workflows when true. Use the variables `cronworkflow`.`failed` or `cronworkflow`.`succeeded` to access the number of failed or successful child workflows.", "type": "string" } }, "required": [ "expression" ] }