A list of Argo CD applications.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/argo/refs/heads/main/json-schema/argo-cd-application-list-schema.json", "title": "ApplicationList", "description": "A list of Argo CD applications.", "type": "object", "properties": { "items": { "type": "array", "description": "Array of application objects.", "items": { "$ref": "#/components/schemas/Application" } } } }