{ "$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-o-auth2-endpoint-param-schema.json", "title": "io.argoproj.workflow.v1alpha1.OAuth2EndpointParam", "description": "OAuth2EndpointParam is an optional field that should be sent in the OAuth request.", "type": "object", "properties": { "key": { "description": "Name is the header name", "type": "string" }, "value": { "description": "Value is the literal value to use for the header", "type": "string" } }, "required": [ "key" ] }