{ "$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-helm-parameter-structure.json", "name": "v1alpha1HelmParameter", "description": "v1alpha1HelmParameter schema from Argo CD API", "type": "object", "properties": { "forceString": { "type": "boolean", "name": "ForceString determines whether to tell Helm to interpret booleans and numbers as strings" }, "name": { "type": "string", "name": "Name is the name of the Helm parameter" }, "value": { "type": "string", "name": "Value is the value for the Helm parameter" } } }