Argo CD · JSON Structure

Argo Cd Repository Repo App Details Query Structure

repositoryRepoAppDetailsQuery schema from Argo CD API

Type: object Properties: 5
Continuous DeliveryContainersDeploymentGitOpsKubernetesCNCFOpen Source

repositoryRepoAppDetailsQuery 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

appName appProject source sourceIndex versionId

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-query-structure.json",
  "name": "repositoryRepoAppDetailsQuery",
  "description": "repositoryRepoAppDetailsQuery schema from Argo CD API",
  "type": "object",
  "properties": {
    "appName": {
      "type": "string"
    },
    "appProject": {
      "type": "string"
    },
    "source": {
      "$ref": "#/definitions/v1alpha1ApplicationSource"
    },
    "sourceIndex": {
      "type": "int32",
      "name": "source index (for multi source apps)"
    },
    "versionId": {
      "type": "int32",
      "name": "versionId from historical data (for multi source apps)"
    }
  }
}