{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/argo/refs/heads/main/json-structure/argo-workflows-arguments-structure.json", "name": "Arguments", "description": "Arguments to pass to a template", "type": "object", "properties": { "parameters": { "type": "array", "items": { "$ref": "#/components/schemas/Parameter" } }, "artifacts": { "type": "array", "items": { "$ref": "#/components/schemas/Artifact" } } } }