Argo CD · JSON Structure

Argo Cd Application Application Sync Window Structure

applicationApplicationSyncWindow schema from Argo CD API

Type: object Properties: 4
Continuous DeliveryContainersDeploymentGitOpsKubernetesCNCFOpen Source

applicationApplicationSyncWindow is a JSON Structure definition published by Argo CD, describing 4 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

duration kind manualSync schedule

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$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-application-sync-window-structure.json",
  "name": "applicationApplicationSyncWindow",
  "description": "applicationApplicationSyncWindow schema from Argo CD API",
  "type": "object",
  "properties": {
    "duration": {
      "type": "string"
    },
    "kind": {
      "type": "string"
    },
    "manualSync": {
      "type": "boolean"
    },
    "schedule": {
      "type": "string"
    }
  }
}