Argo · JSON Structure

Argo Cd Application List Structure

A list of Argo CD applications.

Type: object Properties: 1
CNCFCI/CDGitOpsKubernetesOpen SourceProgressive DeliveryWorkflow Engine

ApplicationList is a JSON Structure definition published by Argo, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

items

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/refs/heads/main/json-structure/argo-cd-application-list-structure.json",
  "name": "ApplicationList",
  "description": "A list of Argo CD applications.",
  "type": "object",
  "properties": {
    "items": {
      "type": "array",
      "description": "Array of application objects.",
      "items": {
        "$ref": "#/components/schemas/Application"
      }
    }
  }
}