{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/argo-cd/refs/heads/main/json-structure/argo-cd-application-sync-options-structure.json", "name": "applicationSyncOptions", "description": "applicationSyncOptions schema from Argo CD API", "type": "object", "properties": { "items": { "type": "array", "items": { "type": "string" } } } }