Argo CD · JSON Structure

Argo Cd V1Alpha1 Plugin Input Structure

v1alpha1PluginInput schema from Argo CD API

Type: object Properties: 1
Continuous DeliveryContainersDeploymentGitOpsKubernetesCNCFOpen Source

v1alpha1PluginInput is a JSON Structure definition published by Argo CD, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

parameters

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/argo-cd/refs/heads/main/json-structure/argo-cd-v1alpha1-plugin-input-structure.json",
  "name": "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"
      }
    }
  }
}