{ "$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-hydrate-to-structure.json", "name": "v1alpha1HydrateTo", "description": "HydrateTo specifies a location to which hydrated manifests should be pushed as a \"staging area\" before being moved to\nthe SyncSource. The RepoURL and Path are assumed based on the associated SyncSource config in the SourceHydrator.", "type": "object", "properties": { "targetBranch": { "type": "string", "name": "TargetBranch is the branch to which hydrated manifests should be committed" } } }