Argo CD · JSON Structure

Argo Cd Repository Repo App Details Response Structure

repositoryRepoAppDetailsResponse schema from Argo CD API

Type: object Properties: 5
Continuous DeliveryContainersDeploymentGitOpsKubernetesCNCFOpen Source

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

Properties

directory helm kustomize plugin type

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-repository-repo-app-details-response-structure.json",
  "name": "repositoryRepoAppDetailsResponse",
  "description": "repositoryRepoAppDetailsResponse schema from Argo CD API",
  "type": "object",
  "properties": {
    "directory": {
      "$ref": "#/definitions/repositoryDirectoryAppSpec"
    },
    "helm": {
      "$ref": "#/definitions/repositoryHelmAppSpec"
    },
    "kustomize": {
      "$ref": "#/definitions/repositoryKustomizeAppSpec"
    },
    "plugin": {
      "$ref": "#/definitions/repositoryPluginAppSpec"
    },
    "type": {
      "type": "string"
    }
  }
}