{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/argo/refs/heads/main/json-structure/argo-workflows-cron-workflow-list-structure.json", "name": "CronWorkflowList", "description": "CronWorkflowList schema from Argo API", "type": "object", "properties": { "apiVersion": { "type": "string" }, "metadata": { "type": "object" }, "items": { "type": "array", "items": { "$ref": "#/components/schemas/CronWorkflow" } } } }