{ "$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-override-ignore-diff-structure.json", "name": "v1alpha1OverrideIgnoreDiff", "description": "v1alpha1OverrideIgnoreDiff schema from Argo CD API", "type": "object", "properties": { "jSONPointers": { "type": "array", "name": "JSONPointers is a JSON path list following the format defined in RFC4627 (https://datatracker.ietf.org/doc/html/rfc6902#section-3)", "items": { "type": "string" } }, "jqPathExpressions": { "type": "array", "name": "JQPathExpressions is a JQ path list that will be evaludated during the diff process", "items": { "type": "string" } }, "managedFieldsManagers": { "type": "array", "name": "ManagedFieldsManagers is a list of trusted managers. Fields mutated by those managers will take precedence over the\ndesired state defined in the SCM and won't be displayed in diffs", "items": { "type": "string" } } } }