Argo CD · Schema

v1alpha1ComparedTo

v1alpha1ComparedTo schema from Argo CD API

Continuous DeliveryContainersDeploymentGitOpsKubernetesCNCFOpen Source

Properties

Name Type Description
destination object
ignoreDifferences array
source object
sources array
View JSON Schema on GitHub

JSON Schema

argo-cd-v1alpha1-compared-to-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/argo-cd/refs/heads/main/json-schema/argo-cd-v1alpha1-compared-to-schema.json",
  "title": "v1alpha1ComparedTo",
  "description": "v1alpha1ComparedTo schema from Argo CD API",
  "type": "object",
  "properties": {
    "destination": {
      "$ref": "#/definitions/v1alpha1ApplicationDestination"
    },
    "ignoreDifferences": {
      "type": "array",
      "title": "IgnoreDifferences is a reference to the application's ignored differences used for comparison",
      "items": {
        "$ref": "#/definitions/v1alpha1ResourceIgnoreDifferences"
      }
    },
    "source": {
      "$ref": "#/definitions/v1alpha1ApplicationSource"
    },
    "sources": {
      "type": "array",
      "title": "Sources is a reference to the application's multiple sources used for comparison",
      "items": {
        "$ref": "#/definitions/v1alpha1ApplicationSource"
      }
    }
  }
}