{ "$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" } } } }