{ "$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" } } } }