{ "$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-executor-config-schema.json", "title": "io.argoproj.workflow.v1alpha1.ExecutorConfig", "description": "ExecutorConfig holds configurations of an executor container.", "type": "object", "properties": { "serviceAccountName": { "description": "ServiceAccountName specifies the service account name of the executor container.", "type": "string" } } }