{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/argo-workflows/refs/heads/main/json-schema/argo-workflows-io-argoproj-workflow-v1alpha1-archive-strategy-schema.json", "title": "io.argoproj.workflow.v1alpha1.ArchiveStrategy", "description": "ArchiveStrategy describes how to archive files/directory when saving artifacts", "type": "object", "properties": { "none": { "$ref": "#/definitions/io.argoproj.workflow.v1alpha1.NoneStrategy" }, "tar": { "$ref": "#/definitions/io.argoproj.workflow.v1alpha1.TarStrategy" }, "zip": { "$ref": "#/definitions/io.argoproj.workflow.v1alpha1.ZipStrategy" } } }