{ "$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-sync-strategy-apply-structure.json", "name": "v1alpha1SyncStrategyApply", "description": "v1alpha1SyncStrategyApply schema from Argo CD API", "type": "object", "properties": { "force": { "description": "Force indicates whether or not to supply the --force flag to `kubectl apply`.\nThe --force flag deletes and re-create the resource, when PATCH encounters conflict and has\nretried for 5 times.", "type": "boolean" } } }