Argo · Schema

RepositoryList

A list of registered repositories.

CNCFCI/CDGitOpsKubernetesOpen SourceProgressive DeliveryWorkflow Engine

Properties

Name Type Description
items array
View JSON Schema on GitHub

JSON Schema

argo-cd-repository-list-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/argo/refs/heads/main/json-schema/argo-cd-repository-list-schema.json",
  "title": "RepositoryList",
  "description": "A list of registered repositories.",
  "type": "object",
  "properties": {
    "items": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/Repository"
      }
    }
  }
}