{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/argo-cd/refs/heads/main/json-structure/argo-cd-project-global-projects-response-structure.json", "name": "projectGlobalProjectsResponse", "description": "projectGlobalProjectsResponse schema from Argo CD API", "type": "object", "properties": { "items": { "type": "array", "items": { "$ref": "#/definitions/v1alpha1AppProject" } } } }