Argo · JSON Structure

Argo Cd Repository List Structure

A list of registered repositories.

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

RepositoryList 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-repository-list-structure.json",
  "name": "RepositoryList",
  "description": "A list of registered repositories.",
  "type": "object",
  "properties": {
    "items": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/Repository"
      }
    }
  }
}