{ "$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-plugin-artifact-repository-schema.json", "title": "io.argoproj.workflow.v1alpha1.PluginArtifactRepository", "description": "PluginArtifactRepository defines the controller configuration for a plugin artifact repository", "type": "object", "properties": { "configuration": { "type": "string" }, "keyFormat": { "type": "string" }, "name": { "type": "string" } }, "required": [ "name", "configuration" ] }