{ "$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-resource-action-param-structure.json", "name": "v1alpha1ResourceActionParam", "description": "ResourceActionParam represents a parameter for a resource action.\nIt includes a name, value, type, and an optional default value for the parameter.", "type": "object", "properties": { "name": { "description": "Name is the name of the parameter.", "type": "string" } } }