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