Argo CD · Schema

v1alpha1PluginInput

v1alpha1PluginInput schema from Argo CD API

Continuous DeliveryContainersDeploymentGitOpsKubernetesCNCFOpen Source

Properties

Name Type Description
parameters object Parameters contains the information to pass to the plugin. It is a map. The keys must be strings, and the values can be any type.
View JSON Schema on GitHub

JSON Schema

argo-cd-v1alpha1-plugin-input-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/argo-cd/refs/heads/main/json-schema/argo-cd-v1alpha1-plugin-input-schema.json",
  "title": "v1alpha1PluginInput",
  "description": "v1alpha1PluginInput schema from Argo CD API",
  "type": "object",
  "properties": {
    "parameters": {
      "description": "Parameters contains the information to pass to the plugin. It is a map. The keys must be strings, and the\nvalues can be any type.",
      "type": "object",
      "additionalProperties": {
        "$ref": "#/definitions/v1JSON"
      }
    }
  }
}