{ "$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-retry-affinity-structure.json", "name": "io.argoproj.workflow.v1alpha1.RetryAffinity", "description": "RetryAffinity prevents running steps on the same host.", "type": "object", "properties": { "nodeAntiAffinity": { "$ref": "#/definitions/io.argoproj.workflow.v1alpha1.RetryNodeAntiAffinity" } } }