{ "$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-artifactory-artifact-repository-schema.json", "title": "io.argoproj.workflow.v1alpha1.ArtifactoryArtifactRepository", "description": "ArtifactoryArtifactRepository defines the controller configuration for an artifactory artifact repository", "type": "object", "properties": { "keyFormat": { "description": "KeyFormat defines the format of how to store keys and can reference workflow variables.", "type": "string" }, "passwordSecret": { "description": "PasswordSecret is the secret selector to the repository password", "$ref": "#/definitions/io.k8s.api.core.v1.SecretKeySelector" }, "repoURL": { "description": "RepoURL is the url for artifactory repo.", "type": "string" }, "usernameSecret": { "description": "UsernameSecret is the secret selector to the repository username", "$ref": "#/definitions/io.k8s.api.core.v1.SecretKeySelector" } } }