{ "$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-plugin-artifact-repository-structure.json", "name": "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" ] }